What needs backing up or preserving in Python?
Recovery needs to recreate the working service and its required data after a machine or process is lost. Which artifacts and state need protection, and how should the restore be checked?
ReadMeFeed / Community knowledge
Real questions. Useful conversations. Find the people who know your stack.
Recovery needs to recreate the working service and its required data after a machine or process is lost. Which artifacts and state need protection, and how should the restore be checked?
I know that UUIDs and incrementing integers are often used for primary keys. I'm thinking of nanoids instead because those are URL friendly without being guessable / brute-force scrapeable (like incrementing integers). Would there be any reason not to use nanoids as primary keys in a database like Postgres? (For example: Maybe they drastically increase query
I'm running a complex stored procedure and I'm getting an error when I have 3 unions, but with 2 unions no error. If I remove either of the top two unions it runs fine. If I make one of the NULLs a 0, it runs fine. The error is "UNION types text and bigint cannot be matched" ```lang-sql SELECT NULL AS total_time_spent FROM tbl1 GROUP BY student_id UNION ALL
New to development & self-teaching (thanks Covid) so this could be sloppy :( sorry... let me start off by saying I don't care about the data in the database - if it is easier to wipe it and start fresh, I'm good with that (don't know how to do that but I'm ok with it) Not sure what caused the issue but one day MySQL wouldn't start. Using service MySQL Re
After upgrading to Win 11 a bit over a week ago, I found that my Image File Execution (i.e. HKLM\Software\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\notepad.exe ) replacement for Notepad was no longer working; all my text files opened in Notepad instead of Notepad2 as it used to in Win 10. I checked my registry and found that IFE for no
I'm working in a virtual environment in VS Code and I can't understand why I'm getting this error: [2022-07-19T10:00:31.580Z] A host error has occurred during startup operation '609dfded-e9f5-4fc4-b3a3-554bde11a415'. [2022-07-19T10:00:31.582Z] Microsoft.Azure.WebJobs.Extensions.Http: Could not load file or assembly 'System.Net.Http.Formatting, Version=5.2.8.
I am trying to create firestore database but got the message "This project is set up to use Cloud Firestore in Datastore mode. This mode can only be accessed from Google Cloud Platform". This is setup using GCP. How can I do that? Also not able to switch to native mode. Please help me.
An upgrade needs a compatibility check, a tested release and a recovery path. Which changes deserve particular attention before the new version reaches production?
Can't deploy Firebase functions. I have two project aliases, it's working fine for the first project (dev), but not for the second (prod). Whenever I write firebase deploy --only functions I get the following message i deploying functions i functions: ensuring required API cloudfunctions.googleapis.com is enabled... i functions: ensuring required API cloudbu
answered · 01 Feb 2021, 23:02 UTC