commit before updating from main

This commit is contained in:
Mike Guthrie 2025-04-11 11:13:00 -04:00
parent b54337254a
commit 7373c885b2
No known key found for this signature in database
GPG Key ID: 1B882E45188DB83B

25
docs/myzrok/upgrading.md Normal file
View File

@ -0,0 +1,25 @@
---
title: Upgrading From 0.4 to 1.0
---
## Upgrading an existing 0.4 environment
If you have not already, [install the latest 1.x zrok binary](getting-started.mdx#installing-the-zrok-command) into your environment.
Run the following to rebase your environment to use the new versioned API:
```
zrok rebase apiEndpoint https://api-v1.zrok.io
```
Resume zrok API interactions as normal!
## Trouble after upgrade?
If you run into any issues after upgrading your environment, try running the following:
```
zrok disable
zrok config set apiEndpoint https://api-v1.zrok.io
zrok enable <your account token>
```