fix: deploy-server.sh migrates posterg.db → xamxam.db and cleans legacy nginx configs

This commit is contained in:
Pontoporeia
2026-04-30 11:27:19 +02:00
parent ab51bf3a66
commit cb883ab33f
2 changed files with 12 additions and 0 deletions

View File

@@ -50,6 +50,8 @@
- [x] Replace all remaining "Post-ERG" branding with "XAMXAM" (scripts, PHP source, schema, docs)
- [x] `deploy-server.sh`: remove legacy `sites-enabled/posterg` symlink to fix duplicate `limit_req_zone` nginx error
- [x] `deploy-server.sh`: auto-migrate `.htpasswd-posterg``.htpasswd-xamxam` if new file absent
- [x] `deploy-server.sh`: auto-migrate `posterg.db``xamxam.db` if new DB missing/empty; remove legacy file
- [x] `deploy-server.sh`: clean up legacy posterg nginx configs and prune old backups
- [x] Rename local `storage/posterg.db``storage/xamxam.db`
## LDAP auth migration (pending client access)