From: | Thomas Munro <thomas(dot)munro(at)gmail(dot)com> |
---|---|
To: | d(dot)nesterov(at)dssl(dot)ru, PostgreSQL mailing lists <pgsql-bugs(at)lists(dot)postgresql(dot)org> |
Subject: | Re: BUG #16563: Потерлись данные таблиц POS |
Date: | 2020-07-30 21:37:01 |
Message-ID: | CA+hUKG+NbOrcLN3ey48xZp2UN=wv8puBz95xm5DofqEVDqd8CQ@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
On Fri, Jul 31, 2020 at 1:50 AM PG Bug reporting form
<noreply(at)postgresql(dot)org> wrote:
> The following bug has been logged on the website:
>
> Bug reference: 16563
> Logged by: Денис Нестеров
> Email address: d(dot)nesterov(at)dssl(dot)ru
> PostgreSQL version: Unsupported/Unknown
> Operating system: Gentoo
> Description:
>
> Версия postgres 9.2
> После перезагрузки (нештатной) сервера, при его старте, удалилась вся
> информация из таблицы (pos_events) и всех связанных с нею таблиц.
> Вот лог, где указаны действия postgres по отношению к нескольким таблицам,
> помогите пожалуйста разобраться, что же все таки произошло.
> p.s. В логе указаны и другие события, связанные с нашим ПО, я решил вам
> предоставить весь лог, в изначальном виде.
> Проблема перестает существовать по логу в 20200730 04:07:05, так как в это
> время таблицы уже пустые, выше по логу как раз происходит описанное.
Hi,
So you're trying to figure out why you see stuff like this?
20200730 04:07:02 WARNING (3518) CLOUD_SCRIPTS: DB ScriptTables test failed,
creating empty db schema: ERROR: relation "cloud_scripts" does not exist
СТРОКА 1: ...ent, script_statistics, script_user_settings FROM
cloud_scri...
With no other information, my first guess is that your search_path is
wrong, so it's looking for you tables in the wrong schema.
By the way, there is a Russian language mailing list:
pgsql-ru-general(at)postgresql(dot)org
https://www.postgresql.org/list/pgsql-ru-general/.
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2020-07-30 22:05:48 | Re: BUG #16564: Can't start the service postgresql@11-main.service |
Previous Message | PG Bug reporting form | 2020-07-30 18:44:50 | BUG #16564: Can't start the service postgresql@11-main.service |