mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-17 12:33:06 +00:00
updates
This commit is contained in:
@@ -105,6 +105,9 @@ async function reEncryptSecrets() {
|
||||
if (version) {
|
||||
backupfile = `/app/db/prod.db_${version}_${date}`;
|
||||
}
|
||||
await execaCommand('env | grep "^COOLIFY" | sort > .env', {
|
||||
shell: true
|
||||
});
|
||||
const secretOld = process.env['COOLIFY_SECRET_KEY'];
|
||||
let secretNew = process.env['COOLIFY_SECRET_KEY_BETTER'];
|
||||
if (!secretNew) {
|
||||
|
||||
Reference in New Issue
Block a user