Note pre-git backup removal

This commit is contained in:
2026-07-02 16:42:25 -07:00
parent 78d4f7961f
commit 0c51b186ac
+3 -3
View File
@@ -75,9 +75,9 @@ ssh admin.yttrx.com 'cd /root/yttrx-welcomebot && docker-compose up -d --build'
``` ```
Rollback is now `git checkout <previous-sha> -- .` (or `git revert`) instead of Rollback is now `git checkout <previous-sha> -- .` (or `git revert`) instead of
restoring `.bak` files — though `.env.bak-*`/`main.py.bak-*` from the restoring `.bak` files. `.env.bak-*` snapshots from past deploys remain on the box; the
pre-git-conversion deploys, and the full pre-conversion tree at full pre-git-conversion tree (`/root/yttrx-welcomebot.pre-git-*/`) was removed
`/root/yttrx-welcomebot.pre-git-*/`, are still on the box as a fallback. 2026-07-02 once the git checkout was verified identical.
### Verify ### Verify