Commands
Below is a list of commands that can be used on Cryptitan.
Start up cryptitan.
./cryptitan up -dStop cryptitan.
./cryptitan stopRecreate (to reflect changes made on the files on the server)
./cryptitan recreateTo reflect changes on the env file.
./cryptitan artisan config:cacheClear cache.
./cryptitan artisan cache:clearMaintenance mode.
Do not make use of maintenance mode while applying updates to the system. Make sure to stop cryptitan before proceeding with updates.
Do not run ./cryptitan downThis is very destructive and could result to a loss of the database.
./cryptitan artisan down
To end maintenance mode.
./cryptitan artisan upClear redis lock error (account in use).
Before running the command below, you would first have to activate the maintenance mode.
./cryptitan artisan lock:clear-redisRemember to end the maintenance mode after running the command above.
Backup database.
./cryptitan artisan backup:databaseReset super admin's password.
./cryptitan artisan users:reset-super-adminLast updated