This commit is contained in:
2021-10-08 17:57:52 +00:00
parent 46822bda9f
commit 19812630d2

View File

@@ -15,6 +15,23 @@
Upgrade to Postgres 14 here and with test windows 64 dist and at linux server 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 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 Update front / back
Customer work order form / view / open??? Customer work order form / view / open???