From: | Vadim V <vvvvatlin(at)gmail(dot)com> |
---|---|
To: | pgsql-admin(at)lists(dot)postgresql(dot)org |
Subject: | LOG: invalid resource manager ID 130 at 1398/A871F88 |
Date: | 2023-08-31 22:21:22 |
Message-ID: | E18D5D98-9284-4B69-AC5A-1FA2F7072447@gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
Hello community.
I have an old Postgresql 9.6 and am trying to create streaming replication; So I can test and easily upgrade the server afterward.
I did it before with the same server, but it looks like I have never seen these log lines before:
LOG: invalid resource manager ID 130 at 1398/A871F88
As I can see in the log files, the replica was successfully initialized, and everything is ok.
Example:
2023-08-31 22:57:17.692 CEST [3113] LOG: consistent recovery state reached at 13CD/180E5800
2023-08-31 22:57:17.692 CEST [3113] LOG: invalid resource manager ID 98 at 13CD/180E5800
2023-08-31 22:57:17.692 CEST [3110] LOG: database system is ready to accept read only connections
2023-08-31 22:57:17.795 CEST [3227] LOG: started streaming WAL from primary at 13CD/18000000 on timeline 1
But I’m a little bit afraid that something might go wrong.
Is it something important?
From | Date | Subject | |
---|---|---|---|
Next Message | Luca Ferrari | 2023-09-01 11:14:04 | Re: Why isn't there a IF NOT EXISTS clause on constraint creation? |
Previous Message | Rajesh Kumar | 2023-08-31 20:08:10 | Re: Max connection exceeded |