Stephen Wicklund
Stephen Wicklund
Just wanted to add that there's a third problem with the "Hook Scripts" alternative: it [doesn't work on Windows](https://stackoverflow.com/questions/44362462/how-to-run-a-post-install-script-after-individual-execution-of-npm-install-pac/51155609#comment118118009_51155609). (Windows doesn't recognize the extensionless files as executables)
I added a basic changelog entry for the PR: (to satisfy changeset-bot) > Removed the deprecated PropTypes export, as React 19 no longer provides the types `React.Requireable` and `React.Validator`, and...
I've added the second change requested (compatibility table update in readme). [although, I'm not 100% sure it matches what you wanted/expected] I'm also trying to add the first change requested...
Found a possible fix: (from: https://github.com/microsoft/WSL/issues/8725#issuecomment-1260627017) ``` [wsl] kernelCommandLine = systemd.unified_cgroup_hierarchy=1 cgroup_no_v1=all [experimental] autoMemoryReclaim=gradual ``` Except I replaced "gradual" with "dropCache" in the above. (note: "dropCache" is the default as...
**Update** After restoring the database (open terminal in stuck db pod -> scp contents to other server -> launch same version of postgres with the pgdata directory from scp transfer...
Update: After I fixed the 2nd crash (mentioned in original post above), by increasing the PVC size by ~500mb, the next day (July 26th) the pgbackrest backups appear to have...
More relevant links: * WAL gets kept if replica desyncs: https://github.com/CrunchyData/postgres-operator/issues/2757 * Diagram of pgo's backup system: https://www.crunchydata.com/blog/schedule-postgresql-backups-and-retention-with-kubernetes
**Update**: I tried adding a valid backup-schedule and retention-policy for the in-cluster "repo1", and this fixed its PVC ballooning in size! (Within a minute of the new full-backup completing [which...
I've pushed the following change: * MS the commands that increment edit-counts (of user and/or map) have a new field in their "input" structure called "incrementEdits", which allows for that...
Update: Rancher Desktop appears to have similar issues in cases where the dev's computer is kept turned on for many days (and merely "slept" during the night). So no clear...