gitgithan
gitgithan
@vanandjiwala Using docker was not the issue. I mentioned that > The docker method did not have these complexities The issue is for people who are not using docker (for...
I propose using `pg_restore -c --if-exists -U user -d postgres data.dump` --if-exists caters to the 1st run of `pg_restore` From man, ``` -c --clean Before restoring database objects, issue commands...
I'm using wsl2 on windows. `marimo env` shows ``` { "marimo": "0.9.14", "OS": "Linux", "OS Version": "5.15.153.1-microsoft-standard-WSL2", "Processor": "x86_64", "Python Version": "3.10.15", "Binaries": { "Browser": "--", "Node": "v20.15.1" }, "Dependencies":...