=?UTF-8?Q?J=C3=BCrgen_Purtz?= writes:
> [ conversion to DocBook 5.2 ]
I took another look at this issue, and found that no Red Hat distro is
yet shipping DocBook 5.2; not even Fedora 40 which is bleeding edge.
So I would have to obtain and manually install the relevant DTDs
and style sheets, as w
Alain Bourgeois writes:
> When the cluster was created, we did initdb /var/lib/pgsql10/data, the
> storagebox was not available.
> Then storagebox was delivered, we copied data folder to storagebox in
> /mnt/pgdata/pgdir and changed postgresql.conf. We didn't delete existing
> datafiles from /
When the cluster was created, we did initdb /var/lib/pgsql10/data, the
storagebox was not available.
Then storagebox was delivered, we copied data folder to storagebox in
/mnt/pgdata/pgdir and changed postgresql.conf. We didn't delete existing
datafiles from /var/lib/pgsql10/data (db was empty)
[ Please keep the mailing list cc'd ]
Alain Bourgeois writes:
> I confirm copyig config to data dir and specifying data dir works
> /usr/pgsql-15/bin/pg_upgrade --check -b /usr/pgsql-10/bin/ -B
> /usr/pgsql-15/bin -d /mnt/pgdata/pgdir -D /mnt/pgdata/pgdirbc15 --check
Hm. On second look, there
> On 5 Sep 2024, at 15:39, Tom Lane wrote:
>
> Alain Bourgeois writes:
>> /usr/lib/systemd/system/postgresql-10.service has
>> PGDATA=/var/lib/pgsql/10/data/, /var/lib/pgsql/10/data/postgtresql.conf
>> holds data_directory = '/mnt/pgdata/pgdir'
>
> This is probably the source of your problem.
Alain Bourgeois writes:
> /usr/lib/systemd/system/postgresql-10.service has
> PGDATA=/var/lib/pgsql/10/data/, /var/lib/pgsql/10/data/postgtresql.conf holds
> data_directory = '/mnt/pgdata/pgdir'
This is probably the source of your problem. IIRC, pg_upgrade
needs to be pointed at the actual old
Tried (as postgres)
/usr/pgsql-15/bin/pg_upgrade --check -b /usr/pgsql-10/bin/ -B /usr/pgsql-15/bin
-d /var/lib/pgsql/10/data -D /mnt/pgdata/pgdirbc15 -p5432 -P5455 -Upostgres -v
Running in verbose mode
Performing Consistency Checks
-
Checking cluster versions
Dear all,
I have prepared a patch containing some minor inconsistencies in the
documentation. Please, take a look.
The inconsistencies were noticed by: Ekaterina Kiryanova, Elena
Indrupskaya, Maxim Yablokov, Anna Uraskova, Elena Karavaeva, and me.
We will be looking forward to your feedback
Here is what can be said about config (no extension, nothing special)
There are already one postgresql-15 services (separate cluster, on ports
<>5432) that run on this machine, and there is also one postgres 10 cluster (on
port 5432).
The aim is to update the 10 to 15 to get rid of v10.
So we cre