This commit is contained in:
140
devdocs/todo.txt
140
devdocs/todo.txt
@@ -1,115 +1,4 @@
|
|||||||
POSTGRES UPDATE TEST 14->15
|
todo: Money money money...MONEY
|
||||||
Devops test it's offered as a package, did a backup first and saved here locally then:
|
|
||||||
|
|
||||||
The following packages have been kept back:
|
|
||||||
postgresql sudo
|
|
||||||
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
|
|
||||||
root@devops:~# apt list --upgradable
|
|
||||||
Listing... Done
|
|
||||||
postgresql/jammy-pgdg 15+244.pgdg22.04+1 all [upgradable from: 14+243.pgdg22.04+1]
|
|
||||||
sudo/jammy-updates 1.9.9-1ubuntu2.1 amd64 [upgradable from: 1.9.9-1ubuntu2]
|
|
||||||
root@devops:~# apt --with-new-pkgs upgrade
|
|
||||||
Reading package lists... Done
|
|
||||||
Building dependency tree... Done
|
|
||||||
Reading state information... Done
|
|
||||||
Calculating upgrade... Done
|
|
||||||
Try Ubuntu Pro beta with a free personal subscription on up to 5 machines.
|
|
||||||
Learn more at https://ubuntu.com/pro
|
|
||||||
The following NEW packages will be installed:
|
|
||||||
postgresql-15 postgresql-client-15
|
|
||||||
The following packages have been kept back:
|
|
||||||
sudo
|
|
||||||
The following packages will be upgraded:
|
|
||||||
postgresql
|
|
||||||
1 upgraded, 2 newly installed, 0 to remove and 1 not upgraded.
|
|
||||||
Need to get 18.5 MB of archives.
|
|
||||||
After this operation, 59.7 MB of additional disk space will be used.
|
|
||||||
Do you want to continue? [Y/n] y
|
|
||||||
Get:1 http://apt.postgresql.org/pub/repos/apt jammy-pgdg/main amd64 postgresql-client-15 amd64 15.0-1.pgdg22.04+1 [1644 kB]
|
|
||||||
Get:2 http://apt.postgresql.org/pub/repos/apt jammy-pgdg/main amd64 postgresql-15 amd64 15.0-1.pgdg22.04+1 [16.7 MB]
|
|
||||||
Get:3 http://apt.postgresql.org/pub/repos/apt jammy-pgdg/main amd64 postgresql all 15+244.pgdg22.04+1 [67.2 kB]
|
|
||||||
Fetched 18.5 MB in 9s (2049 kB/s)
|
|
||||||
Preconfiguring packages ...
|
|
||||||
Selecting previously unselected package postgresql-client-15.
|
|
||||||
(Reading database ... 117155 files and directories currently installed.)
|
|
||||||
Preparing to unpack .../postgresql-client-15_15.0-1.pgdg22.04+1_amd64.deb ...
|
|
||||||
Unpacking postgresql-client-15 (15.0-1.pgdg22.04+1) ...
|
|
||||||
Selecting previously unselected package postgresql-15.
|
|
||||||
Preparing to unpack .../postgresql-15_15.0-1.pgdg22.04+1_amd64.deb ...
|
|
||||||
Unpacking postgresql-15 (15.0-1.pgdg22.04+1) ...
|
|
||||||
Preparing to unpack .../postgresql_15+244.pgdg22.04+1_all.deb ...
|
|
||||||
Unpacking postgresql (15+244.pgdg22.04+1) over (14+243.pgdg22.04+1) ...
|
|
||||||
Setting up postgresql-client-15 (15.0-1.pgdg22.04+1) ...
|
|
||||||
update-alternatives: using /usr/share/postgresql/15/man/man1/psql.1.gz to provide /usr/share/man/man1/psql.1.gz (psql.1.gz) in auto mode
|
|
||||||
Setting up postgresql-15 (15.0-1.pgdg22.04+1) ...
|
|
||||||
Creating new PostgreSQL cluster 15/main ...
|
|
||||||
/usr/lib/postgresql/15/bin/initdb -D /var/lib/postgresql/15/main --auth-local peer --auth-host scram-sha-256 --no-instructions
|
|
||||||
The files belonging to this database system will be owned by user "postgres".
|
|
||||||
This user must also own the server process.
|
|
||||||
|
|
||||||
The database cluster will be initialized with locale "C.UTF-8".
|
|
||||||
The default database encoding has accordingly been set to "UTF8".
|
|
||||||
The default text search configuration will be set to "english".
|
|
||||||
|
|
||||||
Data page checksums are disabled.
|
|
||||||
|
|
||||||
fixing permissions on existing directory /var/lib/postgresql/15/main ... ok
|
|
||||||
creating subdirectories ... ok
|
|
||||||
selecting dynamic shared memory implementation ... posix
|
|
||||||
selecting default max_connections ... 100
|
|
||||||
selecting default shared_buffers ... 128MB
|
|
||||||
selecting default time zone ... America/Vancouver
|
|
||||||
creating configuration files ... ok
|
|
||||||
running bootstrap script ... ok
|
|
||||||
performing post-bootstrap initialization ... ok
|
|
||||||
syncing data to disk ... ok
|
|
||||||
update-alternatives: using /usr/share/postgresql/15/man/man1/postmaster.1.gz to provide /usr/share/man/man1/postmaster.1.gz (postmaster.1.gz) in auto mode
|
|
||||||
Setting up postgresql (15+244.pgdg22.04+1) ...
|
|
||||||
Processing triggers for postgresql-common (244.pgdg22.04+1) ...
|
|
||||||
Building PostgreSQL dictionaries from installed myspell/hunspell packages...
|
|
||||||
Removing obsolete dictionary files:
|
|
||||||
Scanning processes...
|
|
||||||
Scanning linux images...
|
|
||||||
|
|
||||||
Running kernel seems to be up-to-date.
|
|
||||||
|
|
||||||
No services need to be restarted.
|
|
||||||
|
|
||||||
No containers need to be restarted.
|
|
||||||
|
|
||||||
No user sessions are running outdated binaries.
|
|
||||||
|
|
||||||
No VM guests are running outdated hypervisor (qemu) binaries on this host.
|
|
||||||
=====================================================================================
|
|
||||||
- Tested AyaNova still working, haven't rebooted yet, says it's using postgres 14.5, rebooted and will test again to see if ayanova is borked and what version displays
|
|
||||||
- ok, rebooted all still working still says it's using 14.5 no packages available to update so maybe it's running both versions??
|
|
||||||
- At least people can't accidentally break it by upgrading this way, now need to read the official docs to see what happened
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
##################################################################################################################################
|
|
||||||
todo: Money monday
|
|
||||||
- Prominent link on eval trial page on how tos in docs
|
- Prominent link on eval trial page on how tos in docs
|
||||||
- Guided tour case 4212
|
- Guided tour case 4212
|
||||||
- Post build and updated docs with the better guided tour how to's
|
- Post build and updated docs with the better guided tour how to's
|
||||||
@@ -126,31 +15,8 @@ todo: Money monday
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
todo: add guided tours link to website body somewhere? Or maybe once there are more?
|
todo: add guided tours case 4212
|
||||||
Admin
|
todo: postgres 15 case 4214
|
||||||
How to remove fields from a form and make some required entry
|
|
||||||
how to rename text in translation
|
|
||||||
Service
|
|
||||||
How to add a customer
|
|
||||||
Add a Unit for that customer
|
|
||||||
Find the service history for a customer
|
|
||||||
Find the service history for a unit
|
|
||||||
How to drill down and view the schedule for a single user and list their jobs
|
|
||||||
How to create and use a PM
|
|
||||||
INventory
|
|
||||||
Add a supplier
|
|
||||||
Add a part
|
|
||||||
Create a purchase order
|
|
||||||
Accounting
|
|
||||||
Add a contract
|
|
||||||
Ops but backup user
|
|
||||||
Check backup and download
|
|
||||||
Customer UI
|
|
||||||
Customer self service cycle from create cust, contact, request service, fill in wo, trigger notification etc
|
|
||||||
User general
|
|
||||||
User notification subscription simple one but common useful.
|
|
||||||
Tags, how they help, where to use them etc
|
|
||||||
Filter data table and save the filter
|
|
||||||
|
|
||||||
|
|
||||||
todo: NGINX 502 bad gateway message while booting, can that be changed to say booting up or ayanova is starting or something??
|
todo: NGINX 502 bad gateway message while booting, can that be changed to say booting up or ayanova is starting or something??
|
||||||
|
|||||||
Reference in New Issue
Block a user