#Trouble changing disk

5 messages · Page 1 of 1 (latest)

pastel valley
#

Hello!
I have read through many messages and have come to the conclusion that what I am doing is not working.

I am attempting to migrate all files for each server to a new disk. The original directory for all the storage was /var/lib/pterodactyl, and I copied that whole directory to /mnt/jex-main/jexactyl (their discord has horrible support :D), I updated the wings config.yml to this:

  root_directory: /mnt/jex-main/jexactyl
  log_directory: /mnt/jex-main/jexactyl/log
  data: /mnt/jex-main/jexactyl/volumes
  archive_directory: /mnt/jex-main/jexactyl/archives
  backup_directory: /mnt/jex-main/jexactyl/backups
  tmp_directory: /tmp/pterodactyl```
from (original):
```system:
  root_directory: /var/lib/pterodactyl
  log_directory: /var/log/pterodactyl
  data: /var/lib/Jexactyl/volumes
  archive_directory: /var/lib/pterodactyl/archives
  backup_directory: /var/lib/pterodactyl/backups
  tmp_directory: /tmp/pterodactyl```
The panel shows all servers, but no files. Any help would be great!
wicked marshBOT
#

I have found the following for: https://ptero.co/qalehopoqa
@pastel valley! Your Panel appears to be in maintenance mode should you receive 503 service unavailable errors. Should you be performing a Panel update, please return back to the documentation and do it again, since you've missed steps.

Otherwise, you can type php artisan up in the web root directory, by default at /var/www/pterodactyl.

pastel valley
#

^ yes I know lol

pastel valley