
tjn
tjn
About
- Username
- tjn
- Joined
- Visits
- 239
- Last Active
- Roles
- Member
- Thanked
- 20
Comments
-
(Quote) I like it! I just wish databases were more "modern" and easier to handle from a sysadmin/DevOps perspective. Then again, short of using flat files, I can't imagine what that would look like.
-
I use a self-hosted git repo (gitea) with a post-receive hook and the script below to rsync files over to my production servers. This assumes that your staging DB and production DB don't need to match up (in my case they rarely do). #!/bin/bashREPO…