diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index a3954fe7..fbf491ef 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -15,6 +15,23 @@ Upgrade to Postgres 14 here and with test windows 64 dist and at linux server https://www.postgresql.org/about/news/postgresql-14-released-2318/?utm_source=DigitalOcean_Newsletter&mkt_tok=MTEzLURUTi0yNjYAAAF_-kq9yrSqHDi1mA-drJPg1COiq4s1V8qwN1cFXW_5E79r3XoOvct6MYo4p6heM-7_2iuBSeC9R1ODlweZngo0BNO9XB-5_GwvsTV2k8_o + +How to make a postgres portable from binaries + download latest binaries: https://www.enterprisedb.com/download-postgresql-binaries + unzip latest binaries to a source folder + make a dest folder in c:\data\code\postgres_xx + copy bin, lib, share folders from source to dest + Create a new db, run this once: + c:\data\code\postgres_14\bin\initdb -D ^"C^:^\data^\code^\postgres^_14^\ayanova^" -U postgres -A trust + that's it, run it with: + C:\data\code\postgres_14\bin\pg_ctl -D ^"C^:^\data^\code^\postgres^_14^\ayanova^" -l logfile start + + + + + + + Update front / back Customer work order form / view / open???