From 0b324b5b91f7bcea749de9c1753c7341d1eca1ce Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Thu, 11 Dec 2025 07:25:40 +0000 Subject: [PATCH] push --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 76070c9..f35c9e8 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Initial: Back up strategy: - [ ] Set up a basic cron job to save all the storage stuff i need so i can have a back up of all configuration - Do this first before any database so i have back ups for existing problems - - [ ] Deploy a basic postgres db before any migraiton work so we know pgadmin, postgres is working before i do anything else + - [ ] Deploy a basic postgres db, set up schema using atlas hcl and their declartive migration scripts - [ ] Make a pgadmin pgadmin.juntekim.com - so I can keep things logged on instead of depending on devcontainer - [ ] make a cron job in k8s for each of my projects to save files into d3 under a bucket called pgres_backups//filedump, make a snapshot once every two weeks once i get it working and then re-assess