mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-10 10:44:43 -06:00
Release candidate. HERE. WE. GOOOOO
This commit is contained in:
parent
e95d220996
commit
61d4b30ba6
@ -89,7 +89,7 @@ and then set the correct permissions on the `storage/` and `bootstrap/cache/` di
|
||||
allow us to store files as well as keep a speedy cache available to reduce load times.
|
||||
|
||||
``` bash
|
||||
curl -Lo panel.tar.gz https://github.com/pterodactyl/panel/releases/download/v1.0.0-beta.7/panel.tar.gz
|
||||
curl -Lo panel.tar.gz https://github.com/pterodactyl/panel/releases/download/v1.0.0-rc.1/panel.tar.gz
|
||||
tar -xzvf panel.tar.gz
|
||||
chmod -R 755 storage/* bootstrap/cache/
|
||||
```
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
# Upgrading 1.0 Series
|
||||
This documentation covers the process for upgrading within the `1.0.X` series of releases. This means upgrading from
|
||||
— for example — `1.0.0-alpha.1` to `1.0.0-beta.7`. **Do not use this guide for upgrading from `0.7`.**
|
||||
— for example — `1.0.0-alpha.1` to `1.0.0-rc.1`. **Do not use this guide for upgrading from `0.7`.**
|
||||
|
||||
::: danger
|
||||
Seriously, **stop** and read this warning. **Do not use this guide to upgrade from the 0.7 series.** You _will_
|
||||
@ -14,7 +14,7 @@ to ensure that you're in the `/var/www/pterodactyl` directory as the command bel
|
||||
into your current folder.
|
||||
|
||||
``` bash
|
||||
curl -L https://github.com/pterodactyl/panel/releases/download/v1.0.0-beta.7/panel.tar.gz | tar -xzv
|
||||
curl -L https://github.com/pterodactyl/panel/releases/download/v1.0.0-rc.1/panel.tar.gz | tar -xzv
|
||||
```
|
||||
|
||||
Once all of the files are downloaded we need to set the correct permissions on the cache and storage directories to avoid
|
||||
|
||||
@ -103,7 +103,7 @@ run the commands below which will create the base directory and download the win
|
||||
|
||||
``` bash
|
||||
mkdir -p /etc/pterodactyl
|
||||
curl -L -o /usr/local/bin/wings https://github.com/pterodactyl/wings/releases/download/v1.0.0-beta.9/wings_linux_amd64
|
||||
curl -L -o /usr/local/bin/wings https://github.com/pterodactyl/wings/releases/download/v1.0.0-rc.1/wings_linux_amd64
|
||||
chmod u+x /usr/local/bin/wings
|
||||
```
|
||||
|
||||
|
||||
@ -29,7 +29,7 @@ directory as it is no longer needed.
|
||||
First, download the updated wings binary into `/usr/local/bin`.
|
||||
|
||||
``` bash
|
||||
curl -L -o /usr/local/bin/wings https://github.com/pterodactyl/wings/releases/download/v1.0.0-beta.9/wings_linux_amd64
|
||||
curl -L -o /usr/local/bin/wings https://github.com/pterodactyl/wings/releases/download/v1.0.0-rc.1/wings_linux_amd64
|
||||
chmod u+x /usr/local/bin/wings
|
||||
```
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user