v3.12.33
a new feature has been added. You can now roll your secret key.
This is useful if you think your secret key has been compromised.
v3.12.33
, you will be automatically rolled to a new secret key.
If you are just installing Coolify, you do not need to do anything.
sudo su -
) and locate your ~/coolify/.env
file.~/coolify/.env
file there should be a COOLIFY_SECRET_KEY
environment variable.COOLIFY_SECRET_KEY_BETTER
with the same value as COOLIFY_SECRET_KEY
.docker exec coolify ls -l /app/db
command.prod.db
and a few with prod.db_<date>
.prod.db
file: docker exec coolify cp /app/db/prod.db /app/db/prod.db_$(date +"%Y%m%d%H%M%S")
prod.db
with the old database file: docker exec coolify cp /app/db/prod.db_1689674942980 /app/db/prod.db
app/db/prod.db_1689674942980
will be different in your casecd ~ && wget -q https://get.coollabs.io/coolify/install.sh -O install.sh; sudo bash ./install.sh -f
docker exec -ti coolify bash
. Now you are in the Coolify container./app/.env
file. You can edit it with vi .env
.COOLIFY_SECRET_KEY_BETTER
.Settings
and fill the Rollback
input field with 3.12.33
(or the latest version - you can check it here) and click on Rollback
.