gnumed-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Problem running gm-bootstrap_server


From: SantyCW
Subject: Problem running gm-bootstrap_server
Date: Mon, 23 Aug 2021 19:16:05 -0300

Hello, my name is Santiago i am physician. I need help please.
I'm trying to install GNUmed in my Laptop with Debian.
When i run gm-bootstrap_server as root, the bootstrapping stop running.
The error was:

Cannot bootstrap bundles.

Please check the log file for details:

  /var/log/gnumed/server/bootstrap-latest.log

Bootstrapping "gnumed_v22" did not finish successfully (1). Aborting.

Here is the content of the log.

2021-08-23 19:09:03  CRITICAL  root          [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmLog2.py::__setup_logging() #290): -------- start of logging ------------------------------
2021-08-23 19:09:03  INFO      root          [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmLog2.py::__setup_logging() #291): log file is </var/log/gnumed/server/bootstrap-latest.log>
2021-08-23 19:09:03  INFO      root          [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmLog2.py::__setup_logging() #292): log level is [DEBUG]
2021-08-23 19:09:03  INFO      root          [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmLog2.py::__setup_logging() #293): log file encoding is <utf8>
2021-08-23 19:09:03  DEBUG     root          [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmLog2.py::__setup_logging() #294): log file .write() patched from original <built-in method write of _io.TextIOWrapper object at 0x7f18a252aa00> to patched <function __safe_logger_write_func at 0x7f18a255b160>
2021-08-23 19:09:03  INFO      gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::<module>() #87): psycopg2 module version: 2.8.6 (dt dec pq3 ext lo64)
2021-08-23 19:09:03  INFO      gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::<module>() #88): PostgreSQL via DB-API module "<module 'psycopg2' from '/usr/lib/python3/dist-packages/psycopg2/__init__.py'>": API level 2.0, thread safety 2, parameter style "pyformat"
2021-08-23 19:09:03  INFO      gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::<module>() #89): libpq version (compiled in): 130001
2021-08-23 19:09:03  INFO      gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::<module>() #90): libpq version (loaded now) : 130003
2021-08-23 19:09:03  WARNING   gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #114): this OS does not have locale.LC_PAPER
2021-08-23 19:09:03  WARNING   gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #114): this OS does not have locale.LC_NAME
2021-08-23 19:09:03  WARNING   gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #114): this OS does not have locale.LC_ADDRESS
2021-08-23 19:09:03  WARNING   gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #114): this OS does not have locale.LC_TELEPHONE
2021-08-23 19:09:03  WARNING   gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #114): this OS does not have locale.LC_MEASUREMENT
2021-08-23 19:09:03  WARNING   gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #114): this OS does not have locale.LC_IDENTIFICATION
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #122): unmodified startup locale settings (could be [C])
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #124): current locale settings:
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #125): locale.getlocale(): ('es_AR', 'UTF-8')
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #127): locale.getlocale(LC_CTYPE): ('es_AR', 'UTF-8')
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #127): locale.getlocale(LC_NUMERIC): (None, None)
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #127): locale.getlocale(LC_TIME): (None, None)
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #127): locale.getlocale(LC_COLLATE): (None, None)
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #127): locale.getlocale(LC_MONETARY): (None, None)
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #127): locale.getlocale(LC_MESSAGES): (None, None)
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #129): (locale.setlocale(LC_ALL): LC_CTYPE=es_AR.UTF-8;LC_NUMERIC=C;LC_TIME=C;LC_COLLATE=C;LC_MONETARY=C;LC_MESSAGES=C;LC_PAPER=C;LC_NAME=C;LC_ADDRESS=C;LC_TELEPHONE=C;LC_MEASUREMENT=C;LC_IDENTIFICATION=C)
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #129): (locale.setlocale(LC_CTYPE): es_AR.UTF-8)
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #129): (locale.setlocale(LC_NUMERIC): C)
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #129): (locale.setlocale(LC_TIME): C)
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #129): (locale.setlocale(LC_COLLATE): C)
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #129): (locale.setlocale(LC_MONETARY): C)
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #129): (locale.setlocale(LC_MESSAGES): C)
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #131): locale.getdefaultlocale() - default (user) locale: ('es_AR', 'UTF-8')
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #135): encoding sanity check (also check "locale.nl_langinfo(CODESET)" below):
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #140): sys.getdefaultencoding(): [utf-8]
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #141): locale.getpreferredencoding(): [UTF-8]
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #142): locale.getlocale()[1]: [UTF-8]
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #143): sys.getfilesystemencoding(): [utf-8]
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #156): <codecs> module CAN handle encoding [UTF-8]
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #156): <codecs> module CAN handle encoding [UTF-8]
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #156): <codecs> module CAN handle encoding [utf-8]
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #156): <codecs> module CAN handle encoding [utf-8]
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #159): on Linux you can determine a likely candidate for the encoding by running "locale charmap"
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #161): locale related environment variables (${LANG} is typically used):
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #164): ${LANGUAGE}=es_AR:es
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #166): ${LC_ALL} not set
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #166): ${LC_CTYPE} not set
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #164): ${LANG}=es_AR.UTF-8
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #168): database of locale conventions:
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #175): locale.localeconv(int_curr_symbol):
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #175): locale.localeconv(currency_symbol):
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #175): locale.localeconv(mon_decimal_point):
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #175): locale.localeconv(mon_thousands_sep):
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #175): locale.localeconv(mon_grouping): []
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #175): locale.localeconv(positive_sign):
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #175): locale.localeconv(negative_sign):
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #175): locale.localeconv(int_frac_digits): 127
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #175): locale.localeconv(frac_digits): 127
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #175): locale.localeconv(p_cs_precedes): 127
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #175): locale.localeconv(p_sep_by_space): 127
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #175): locale.localeconv(n_cs_precedes): 127
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #175): locale.localeconv(n_sep_by_space): 127
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #175): locale.localeconv(p_sign_posn): 127
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #175): locale.localeconv(n_sign_posn): 127
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #175): locale.localeconv(decimal_point): .
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #175): locale.localeconv(thousands_sep):
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #175): locale.localeconv(grouping): []
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #190): locale.nl_langinfo(CODESET): UTF-8
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #190): locale.nl_langinfo(D_T_FMT): %a %b %e %H:%M:%S %Y
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #190): locale.nl_langinfo(D_FMT): %m/%d/%y
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #190): locale.nl_langinfo(T_FMT): %H:%M:%S
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #190): locale.nl_langinfo(T_FMT_AMPM): %I:%M:%S %p
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #190): locale.nl_langinfo(RADIXCHAR): .
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #190): locale.nl_langinfo(THOUSEP):
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #190): locale.nl_langinfo(YESEXPR): ^[yY]
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #190): locale.nl_langinfo(NOEXPR): ^[nN]
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #190): locale.nl_langinfo(CRNCYSTR): -
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #190): locale.nl_langinfo(ERA):
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #190): locale.nl_langinfo(ERA_D_T_FMT):
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #190): locale.nl_langinfo(ERA_D_FMT):
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #190): locale.nl_langinfo(ALT_DIGITS):
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #196): gmI18N.get_encoding(): utf-8
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::activate_locale() #235): activating user-default locale with <locale.setlocale(locale.LC_ALL, '')> returns: [es_AR.UTF-8]
2021-08-23 19:09:03  WARNING   gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #114): this OS does not have locale.LC_PAPER
2021-08-23 19:09:03  WARNING   gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #114): this OS does not have locale.LC_NAME
2021-08-23 19:09:03  WARNING   gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #114): this OS does not have locale.LC_ADDRESS
2021-08-23 19:09:03  WARNING   gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #114): this OS does not have locale.LC_TELEPHONE
2021-08-23 19:09:03  WARNING   gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #114): this OS does not have locale.LC_MEASUREMENT
2021-08-23 19:09:03  WARNING   gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #114): this OS does not have locale.LC_IDENTIFICATION
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #122): locale settings after activating user-default locale
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #124): current locale settings:
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #125): locale.getlocale(): ('es_AR', 'UTF-8')
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #127): locale.getlocale(LC_CTYPE): ('es_AR', 'UTF-8')
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #127): locale.getlocale(LC_NUMERIC): ('es_AR', 'UTF-8')
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #127): locale.getlocale(LC_TIME): ('es_AR', 'UTF-8')
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #127): locale.getlocale(LC_COLLATE): ('es_AR', 'UTF-8')
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #127): locale.getlocale(LC_MONETARY): ('es_AR', 'UTF-8')
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #127): locale.getlocale(LC_MESSAGES): ('es_AR', 'UTF-8')
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #129): (locale.setlocale(LC_ALL): es_AR.UTF-8)
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #129): (locale.setlocale(LC_CTYPE): es_AR.UTF-8)
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #129): (locale.setlocale(LC_NUMERIC): es_AR.UTF-8)
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #129): (locale.setlocale(LC_TIME): es_AR.UTF-8)
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #129): (locale.setlocale(LC_COLLATE): es_AR.UTF-8)
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #129): (locale.setlocale(LC_MONETARY): es_AR.UTF-8)
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #129): (locale.setlocale(LC_MESSAGES): es_AR.UTF-8)
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #131): locale.getdefaultlocale() - default (user) locale: ('es_AR', 'UTF-8')
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #135): encoding sanity check (also check "locale.nl_langinfo(CODESET)" below):
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #140): sys.getdefaultencoding(): [utf-8]
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #141): locale.getpreferredencoding(): [UTF-8]
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #142): locale.getlocale()[1]: [UTF-8]
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #143): sys.getfilesystemencoding(): [utf-8]
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #156): <codecs> module CAN handle encoding [UTF-8]
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #156): <codecs> module CAN handle encoding [UTF-8]
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #156): <codecs> module CAN handle encoding [utf-8]
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #156): <codecs> module CAN handle encoding [utf-8]
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #159): on Linux you can determine a likely candidate for the encoding by running "locale charmap"
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #161): locale related environment variables (${LANG} is typically used):
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #164): ${LANGUAGE}=es_AR:es
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #166): ${LC_ALL} not set
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #166): ${LC_CTYPE} not set
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #164): ${LANG}=es_AR.UTF-8
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #168): database of locale conventions:
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #175): locale.localeconv(int_curr_symbol): ARS
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #175): locale.localeconv(currency_symbol): $
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #175): locale.localeconv(mon_decimal_point): ,
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #175): locale.localeconv(mon_thousands_sep): .
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #175): locale.localeconv(mon_grouping): [3, 3, 0]
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #175): locale.localeconv(positive_sign):
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #175): locale.localeconv(negative_sign): -
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #175): locale.localeconv(int_frac_digits): 2
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #175): locale.localeconv(frac_digits): 2
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #175): locale.localeconv(p_cs_precedes): 1
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #175): locale.localeconv(p_sep_by_space): 1
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #175): locale.localeconv(n_cs_precedes): 1
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #175): locale.localeconv(n_sep_by_space): 1
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #175): locale.localeconv(p_sign_posn): 1
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #175): locale.localeconv(n_sign_posn): 1
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #175): locale.localeconv(decimal_point): ,
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #175): locale.localeconv(thousands_sep): .
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #175): locale.localeconv(grouping): [3, 3, 0]
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #190): locale.nl_langinfo(CODESET): UTF-8
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #190): locale.nl_langinfo(D_T_FMT): %a %d %b %Y %T
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #190): locale.nl_langinfo(D_FMT): %d/%m/%y
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #190): locale.nl_langinfo(T_FMT): %T
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #190): locale.nl_langinfo(T_FMT_AMPM):
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #190): locale.nl_langinfo(RADIXCHAR): ,
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #190): locale.nl_langinfo(THOUSEP): .
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #190): locale.nl_langinfo(YESEXPR): ^[+1sSyY]
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #190): locale.nl_langinfo(NOEXPR): ^[-0nN]
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #190): locale.nl_langinfo(CRNCYSTR): -$
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #190): locale.nl_langinfo(ERA):
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #190): locale.nl_langinfo(ERA_D_T_FMT):
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #190): locale.nl_langinfo(ERA_D_FMT):
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #190): locale.nl_langinfo(ALT_DIGITS):
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__log_locale_settings() #196): gmI18N.get_encoding(): utf-8
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__split_locale_into_levels() #96): splitting canonical locale [es_AR.UTF-8] into levels
2021-08-23 19:09:03  DEBUG     gm.i18n       [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmI18N.py::__split_locale_into_levels() #105): system locale levels: {'full': 'es_AR.UTF-8', 'country': 'es_AR', 'language': 'es'}
2021-08-23 19:09:03  INFO      gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/server/bootstrap/./bootstrap_gm_db_system.py::<module>() #1878): startup
2021-08-23 19:09:03  INFO      gm.cfg        [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmCfg2.py::add_cli() #509): adding command line arguments
2021-08-23 19:09:03  DEBUG     gm.cfg        [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmCfg2.py::add_cli() #510): raw command line is:
2021-08-23 19:09:03  DEBUG     gm.cfg        [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmCfg2.py::add_cli() #511): ['./bootstrap_gm_db_system.py', '--log-file=/var/log/gnumed/server/bootstrap-latest.log', '--conf-file=bootstrap-latest.conf', '--']
2021-08-23 19:09:03  DEBUG     gm.cfg        [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmCfg2.py::get() #396): option [--quiet] not in group [cli] in source [cli]
2021-08-23 19:09:03  DEBUG     gm.cfg        [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmCfg2.py::get() #398): option [cli::--conf-file] found in source [cli]
2021-08-23 19:09:03  INFO      gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/server/bootstrap/./bootstrap_gm_db_system.py::main() #1816): initial config file: bootstrap-latest.conf
2021-08-23 19:09:03  INFO      gm.cfg        [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmCfg2.py::add_file_source() #447): file source "file": bootstrap-latest.conf (utf8)
2021-08-23 19:09:03  DEBUG     gm.cfg        [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmCfg2.py::parse_INI_stream() #276): parsing INI-style data stream [<_io.TextIOWrapper name='bootstrap-latest.conf' mode='rt' encoding='utf8'>] using [None]
2021-08-23 19:09:03  DEBUG     gm.cfg        [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmCfg2.py::get() #398): option [installation::config files] found in source [file]
2021-08-23 19:09:03  INFO      gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/server/bootstrap/./bootstrap_gm_db_system.py::main() #1835): aggregation of config files
2021-08-23 19:09:03  DEBUG     gm.cfg        [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmCfg2.py::get() #398): option [installation::interactive] found in source [file]
2021-08-23 19:09:03  INFO      gm.cfg        [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmCfg2.py::add_file_source() #447): file source "file": bootstrap-local_first.conf (utf8)
2021-08-23 19:09:03  DEBUG     gm.cfg        [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmCfg2.py::parse_INI_stream() #276): parsing INI-style data stream [<_io.TextIOWrapper name='bootstrap-local_first.conf' mode='rt' encoding='utf8'>] using [None]
2021-08-23 19:09:03  WARNING   gm.cfg        [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmCfg2.py::add_stream_source() #440): overriding source <file> with [<_io.TextIOWrapper name='bootstrap-local_first.conf' mode='rt' encoding='utf8'>]
2021-08-23 19:09:03  INFO      gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/server/bootstrap/./bootstrap_gm_db_system.py::handle_cfg() #1747): config file: bootstrap-local_first.conf
2021-08-23 19:09:03  INFO      gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/server/bootstrap/./bootstrap_gm_db_system.py::become_pg_demon_user() #1705): running as user [root]
2021-08-23 19:09:03  INFO      gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/server/bootstrap/./bootstrap_gm_db_system.py::become_pg_demon_user() #1723): switching to UNIX user [postgres]
2021-08-23 19:09:03  DEBUG     gm.cfg        [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmCfg2.py::get() #398): option [installation::keep temp files] found in source [file]
2021-08-23 19:09:03  DEBUG     gm.cfg        [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmCfg2.py::get() #398): option [installation::bundles] found in source [file]
2021-08-23 19:09:03  DEBUG     gm.cfg        [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmCfg2.py::get() #398): option [installation::bundles] found in source [file]
2021-08-23 19:09:03  INFO      gm.cfg        [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmCfg2.py::add_file_source() #447): file source "file": bootstrap-monolithic_core.conf (utf8)
2021-08-23 19:09:03  DEBUG     gm.cfg        [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmCfg2.py::parse_INI_stream() #276): parsing INI-style data stream [<_io.TextIOWrapper name='bootstrap-monolithic_core.conf' mode='rt' encoding='utf8'>] using [None]
2021-08-23 19:09:03  WARNING   gm.cfg        [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmCfg2.py::add_stream_source() #440): overriding source <file> with [<_io.TextIOWrapper name='bootstrap-monolithic_core.conf' mode='rt' encoding='utf8'>]
2021-08-23 19:09:03  INFO      gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/server/bootstrap/./bootstrap_gm_db_system.py::handle_cfg() #1747): config file: bootstrap-monolithic_core.conf
2021-08-23 19:09:03  INFO      gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/server/bootstrap/./bootstrap_gm_db_system.py::become_pg_demon_user() #1705): running as user [postgres]
2021-08-23 19:09:03  INFO      gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/server/bootstrap/./bootstrap_gm_db_system.py::become_pg_demon_user() #1727): I already am the UNIX user [postgres]
2021-08-23 19:09:03  DEBUG     gm.cfg        [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmCfg2.py::get() #398): option [installation::keep temp files] found in source [file]
2021-08-23 19:09:03  DEBUG     gm.cfg        [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmCfg2.py::get() #398): option [installation::bundles] found in source [file]
2021-08-23 19:09:03  DEBUG     gm.cfg        [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmCfg2.py::get() #398): option [bundle config::database alias] found in source [file]
2021-08-23 19:09:03  DEBUG     gm.cfg        [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmCfg2.py::get() #398): option [database core::name] found in source [file]
2021-08-23 19:09:03  DEBUG     gm.cfg        [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmCfg2.py::get() #398): option [database core::server alias] found in source [file]
2021-08-23 19:09:03  DEBUG     gm.cfg        [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmCfg2.py::get() #398): option [server local host::name] found in source [file]
2021-08-23 19:09:03  DEBUG     gm.cfg        [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmCfg2.py::get() #398): option [bundle reference::database alias] found in source [file]
2021-08-23 19:09:03  DEBUG     gm.cfg        [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmCfg2.py::get() #398): option [database core::name] found in source [file]
2021-08-23 19:09:03  DEBUG     gm.cfg        [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmCfg2.py::get() #398): option [database core::server alias] found in source [file]
2021-08-23 19:09:03  DEBUG     gm.cfg        [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmCfg2.py::get() #398): option [server local host::name] found in source [file]
2021-08-23 19:09:03  DEBUG     gm.cfg        [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmCfg2.py::get() #398): option [bundle demographics::database alias] found in source [file]
2021-08-23 19:09:03  DEBUG     gm.cfg        [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmCfg2.py::get() #398): option [database core::name] found in source [file]
2021-08-23 19:09:03  DEBUG     gm.cfg        [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmCfg2.py::get() #398): option [database core::server alias] found in source [file]
2021-08-23 19:09:03  DEBUG     gm.cfg        [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmCfg2.py::get() #398): option [server local host::name] found in source [file]
2021-08-23 19:09:03  DEBUG     gm.cfg        [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmCfg2.py::get() #398): option [bundle clinical::database alias] found in source [file]
2021-08-23 19:09:03  DEBUG     gm.cfg        [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmCfg2.py::get() #398): option [database core::name] found in source [file]
2021-08-23 19:09:03  DEBUG     gm.cfg        [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmCfg2.py::get() #398): option [database core::server alias] found in source [file]
2021-08-23 19:09:03  DEBUG     gm.cfg        [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmCfg2.py::get() #398): option [server local host::name] found in source [file]
2021-08-23 19:09:03  DEBUG     gm.cfg        [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmCfg2.py::get() #398): option [bundle documents::database alias] found in source [file]
2021-08-23 19:09:03  DEBUG     gm.cfg        [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmCfg2.py::get() #398): option [database core::name] found in source [file]
2021-08-23 19:09:03  DEBUG     gm.cfg        [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmCfg2.py::get() #398): option [database core::server alias] found in source [file]
2021-08-23 19:09:03  DEBUG     gm.cfg        [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmCfg2.py::get() #398): option [server local host::name] found in source [file]
2021-08-23 19:09:03  DEBUG     gm.cfg        [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmCfg2.py::get() #398): option [bundle office::database alias] found in source [file]
2021-08-23 19:09:03  DEBUG     gm.cfg        [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmCfg2.py::get() #398): option [database core::name] found in source [file]
2021-08-23 19:09:03  DEBUG     gm.cfg        [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmCfg2.py::get() #398): option [database core::server alias] found in source [file]
2021-08-23 19:09:03  DEBUG     gm.cfg        [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmCfg2.py::get() #398): option [server local host::name] found in source [file]
2021-08-23 19:09:03  DEBUG     gm.cfg        [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmCfg2.py::get() #398): option [installation::description] found in source [file]
2021-08-23 19:09:03  DEBUG     gm.cfg        [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmCfg2.py::get() #398): option [installation::bundles] found in source [file]
2021-08-23 19:09:03  INFO      gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/server/bootstrap/./bootstrap_gm_db_system.py::bootstrap() #1475): bootstrapping bundle [config]
2021-08-23 19:09:03  DEBUG     gm.cfg        [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmCfg2.py::get() #398): option [bundle config::database alias] found in source [file]
2021-08-23 19:09:03  INFO      gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/server/bootstrap/./bootstrap_gm_db_system.py::__init__() #555): bootstrapping database [core]
2021-08-23 19:09:03  DEBUG     gm.cfg        [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmCfg2.py::get() #398): option [database core::override name by] found in source [file]
2021-08-23 19:09:03  INFO      gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/server/bootstrap/./bootstrap_gm_db_system.py::__init__() #564): environment variable [GM_CORE_DB] is not set, using database name from config file
2021-08-23 19:09:03  DEBUG     gm.cfg        [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmCfg2.py::get() #398): option [database core::name] found in source [file]
2021-08-23 19:09:03  INFO      gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/server/bootstrap/./bootstrap_gm_db_system.py::__init__() #581): bootstrapping database [gnumed_v2] alias "core"
2021-08-23 19:09:03  DEBUG     gm.cfg        [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmCfg2.py::get() #398): option [database core::server alias] found in source [file]
2021-08-23 19:09:03  DEBUG     gm.cfg        [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmCfg2.py::get() #398): option [database core::template database] found in source [file]
2021-08-23 19:09:03  INFO      gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/server/bootstrap/./bootstrap_gm_db_system.py::__init__() #340): bootstrapping server [local host]
2021-08-23 19:09:03  DEBUG     gm.cfg        [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmCfg2.py::get() #398): option [server local host::super user alias] found in source [file]
2021-08-23 19:09:03  DEBUG     gm.cfg        [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmCfg2.py::get() #398): option [user postgres::name] found in source [file]
2021-08-23 19:09:03  DEBUG     gm.cfg        [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmCfg2.py::get() #396): option [password] not in group [user postgres] in source [file]
2021-08-23 19:09:03  INFO      gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/server/bootstrap/./bootstrap_gm_db_system.py::__init__() #313): password not defined, assuming connect via IDENT/TRUST
2021-08-23 19:09:03  INFO      gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/server/bootstrap/./bootstrap_gm_db_system.py::__connect_superuser_to_srv_template() #377): connecting to server template database
2021-08-23 19:09:03  DEBUG     gm.cfg        [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmCfg2.py::get() #398): option [server local host::template database] found in source [file]
2021-08-23 19:09:03  DEBUG     gm.cfg        [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmCfg2.py::get() #398): option [server local host::name] found in source [file]
2021-08-23 19:09:03  INFO      gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/server/bootstrap/./bootstrap_gm_db_system.py::__connect_superuser_to_srv_template() #393): environment variable [GM_DB_PORT] is not set, using database port from config file
2021-08-23 19:09:03  DEBUG     gm.cfg        [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmCfg2.py::get() #398): option [server local host::port] found in source [file]
2021-08-23 19:09:03  INFO      gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/server/bootstrap/./bootstrap_gm_db_system.py::connect() #275): trying DB connection to template1 on localhost as postgres
2021-08-23 19:09:03  INFO      gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::_set_database() #183): [template1]
2021-08-23 19:09:03  INFO      gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::_set_host() #196): [None]
2021-08-23 19:09:03  INFO      gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::_set_port() #205): [5432]
2021-08-23 19:09:03  INFO      gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::_set_user() #221): [postgres]
2021-08-23 19:09:03  INFO      gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::_set_password() #233): password was set
2021-08-23 19:09:03  INFO      gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::__init__() #248): [gmConnectionPool]: first instantiation
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::__log_auth_environment() #478): standard .pgpass (/root/.pgpass) not found
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::__log_auth_environment() #481): $PGPASSFILE not set
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::get_raw_connection() #358): established connection "root@template.server", backend PID: 158862
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::__log_on_first_contact() #445): heed Prime Directive
2021-08-23 19:09:03  INFO      gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::__log_on_first_contact() #457): PostgreSQL version (numeric): 13.3
2021-08-23 19:09:03  INFO      gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::__log_on_first_contact() #460): database size: 7901 kB
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): allow_system_table_mods: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): application_name: root@template.server (set from: [client] // sess RESET will set to: [root@template.server])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): archive_cleanup_command:  (set from: [default] // sess RESET will set to: [])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): archive_command: (disabled) (set from: [default] // sess RESET will set to: [])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): archive_mode: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): archive_timeout: 0 s (set from: [default] // sess RESET will set to: [0])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): array_nulls: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): authentication_timeout: 60 s (set from: [default] // sess RESET will set to: [60])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): autovacuum: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): autovacuum_analyze_scale_factor: 0.1 (set from: [default] // sess RESET will set to: [0.1])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): autovacuum_analyze_threshold: 50 (set from: [default] // sess RESET will set to: [50])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): autovacuum_freeze_max_age: 200000000 (set from: [default] // sess RESET will set to: [200000000])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): autovacuum_max_workers: 3 (set from: [default] // sess RESET will set to: [3])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): autovacuum_multixact_freeze_max_age: 400000000 (set from: [default] // sess RESET will set to: [400000000])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): autovacuum_naptime: 60 s (set from: [default] // sess RESET will set to: [60])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): autovacuum_vacuum_cost_delay: 2 ms (set from: [default] // sess RESET will set to: [2])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): autovacuum_vacuum_cost_limit: -1 (set from: [default] // sess RESET will set to: [-1])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): autovacuum_vacuum_insert_scale_factor: 0.2 (set from: [default] // sess RESET will set to: [0.2])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): autovacuum_vacuum_insert_threshold: 1000 (set from: [default] // sess RESET will set to: [1000])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): autovacuum_vacuum_scale_factor: 0.2 (set from: [default] // sess RESET will set to: [0.2])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): autovacuum_vacuum_threshold: 50 (set from: [default] // sess RESET will set to: [50])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): autovacuum_work_mem: -1 kB (set from: [default] // sess RESET will set to: [-1])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): backend_flush_after: 0 8kB (set from: [default] // sess RESET will set to: [0])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): backslash_quote: safe_encoding (set from: [default] // sess RESET will set to: [safe_encoding])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): backtrace_functions:  (set from: [default] // sess RESET will set to: [])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): bgwriter_delay: 200 ms (set from: [default] // sess RESET will set to: [200])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): bgwriter_flush_after: 64 8kB (set from: [default] // sess RESET will set to: [64])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): bgwriter_lru_maxpages: 100 (set from: [default] // sess RESET will set to: [100])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): bgwriter_lru_multiplier: 2 (set from: [default] // sess RESET will set to: [2])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): block_size: 8192 (set from: [default] // sess RESET will set to: [8192])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): bonjour: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): bonjour_name:  (set from: [default] // sess RESET will set to: [])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): bytea_output: hex (set from: [default] // sess RESET will set to: [hex])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): check_function_bodies: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): checkpoint_completion_target: 0.5 (set from: [default] // sess RESET will set to: [0.5])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): checkpoint_flush_after: 32 8kB (set from: [default] // sess RESET will set to: [32])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): checkpoint_timeout: 300 s (set from: [default] // sess RESET will set to: [300])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): checkpoint_warning: 30 s (set from: [default] // sess RESET will set to: [30])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): client_encoding: UTF8 (set from: [client] // sess RESET will set to: [UTF8])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): client_min_messages: notice (set from: [default] // sess RESET will set to: [notice])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): cluster_name: 13/main (set from: [configuration file] // sess RESET will set to: [13/main]// /etc/postgresql/13/main/postgresql.conf @ 569)
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): commit_delay: 0 (set from: [default] // sess RESET will set to: [0])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): commit_siblings: 5 (set from: [default] // sess RESET will set to: [5])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): config_file: /etc/postgresql/13/main/postgresql.conf (set from: [override] // sess RESET will set to: [/etc/postgresql/13/main/postgresql.conf])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): constraint_exclusion: partition (set from: [default] // sess RESET will set to: [partition])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): cpu_index_tuple_cost: 0.005 (set from: [default] // sess RESET will set to: [0.005])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): cpu_operator_cost: 0.0025 (set from: [default] // sess RESET will set to: [0.0025])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): cpu_tuple_cost: 0.01 (set from: [default] // sess RESET will set to: [0.01])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): cursor_tuple_fraction: 0.1 (set from: [default] // sess RESET will set to: [0.1])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): data_checksums: off (set from: [override] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): data_directory: /var/lib/postgresql/13/main (set from: [override] // sess RESET will set to: [/var/lib/postgresql/13/main])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): data_directory_mode: 0700 (set from: [default] // sess RESET will set to: [448])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): data_sync_retry: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): DateStyle: ISO, DMY (set from: [configuration file] // sess RESET will set to: [ISO, DMY]// /etc/postgresql/13/main/postgresql.conf @ 678)
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): db_user_namespace: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): deadlock_timeout: 1000 ms (set from: [default] // sess RESET will set to: [1000])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): debug_assertions: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): debug_pretty_print: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): debug_print_parse: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): debug_print_plan: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): debug_print_rewritten: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): default_statistics_target: 100 (set from: [default] // sess RESET will set to: [100])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): default_table_access_method: heap (set from: [default] // sess RESET will set to: [heap])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): default_tablespace:  (set from: [default] // sess RESET will set to: [])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): default_text_search_config: pg_catalog.spanish (set from: [configuration file] // sess RESET will set to: [pg_catalog.spanish]// /etc/postgresql/13/main/postgresql.conf @ 701)
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): default_transaction_deferrable: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): default_transaction_isolation: read committed (set from: [default] // sess RESET will set to: [read committed])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): default_transaction_read_only: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): dynamic_library_path: $libdir (set from: [default] // sess RESET will set to: [$libdir])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): dynamic_shared_memory_type: posix (set from: [configuration file] // sess RESET will set to: [posix]// /etc/postgresql/13/main/postgresql.conf @ 142)
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): effective_cache_size: 524288 8kB (set from: [default] // sess RESET will set to: [524288])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): effective_io_concurrency: 1 (set from: [default] // sess RESET will set to: [1])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): enable_bitmapscan: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): enable_gathermerge: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): enable_hashagg: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): enable_hashjoin: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): enable_incremental_sort: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): enable_indexonlyscan: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): enable_indexscan: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): enable_material: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): enable_mergejoin: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): enable_nestloop: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): enable_parallel_append: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): enable_parallel_hash: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): enable_partition_pruning: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): enable_partitionwise_aggregate: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): enable_partitionwise_join: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): enable_seqscan: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): enable_sort: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): enable_tidscan: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): escape_string_warning: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): event_source: PostgreSQL (set from: [default] // sess RESET will set to: [PostgreSQL])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): exit_on_error: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): extension_destdir:  (set from: [default] // sess RESET will set to: [])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): external_pid_file: /var/run/postgresql/13-main.pid (set from: [configuration file] // sess RESET will set to: [/var/run/postgresql/13-main.pid]// /etc/postgresql/13/main/postgresql.conf @ 49)
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): extra_float_digits: 1 (set from: [default] // sess RESET will set to: [1])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): force_parallel_mode: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): from_collapse_limit: 8 (set from: [default] // sess RESET will set to: [8])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): fsync: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): full_page_writes: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): geqo: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): geqo_effort: 5 (set from: [default] // sess RESET will set to: [5])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): geqo_generations: 0 (set from: [default] // sess RESET will set to: [0])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): geqo_pool_size: 0 (set from: [default] // sess RESET will set to: [0])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): geqo_seed: 0 (set from: [default] // sess RESET will set to: [0])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): geqo_selection_bias: 2 (set from: [default] // sess RESET will set to: [2])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): geqo_threshold: 12 (set from: [default] // sess RESET will set to: [12])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): gin_fuzzy_search_limit: 0 (set from: [default] // sess RESET will set to: [0])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): gin_pending_list_limit: 4096 kB (set from: [default] // sess RESET will set to: [4096])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): hash_mem_multiplier: 1 (set from: [default] // sess RESET will set to: [1])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): hba_file: /etc/postgresql/13/main/pg_hba.conf (set from: [override] // sess RESET will set to: [/etc/postgresql/13/main/pg_hba.conf])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): hot_standby: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): hot_standby_feedback: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): huge_pages: try (set from: [default] // sess RESET will set to: [try])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): ident_file: /etc/postgresql/13/main/pg_ident.conf (set from: [override] // sess RESET will set to: [/etc/postgresql/13/main/pg_ident.conf])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): idle_in_transaction_session_timeout: 0 ms (set from: [default] // sess RESET will set to: [0])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): ignore_checksum_failure: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): ignore_invalid_pages: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): ignore_system_indexes: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): integer_datetimes: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): IntervalStyle: postgres (set from: [default] // sess RESET will set to: [postgres])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): jit: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): jit_above_cost: 100000 (set from: [default] // sess RESET will set to: [100000])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): jit_debugging_support: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): jit_dump_bitcode: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): jit_expressions: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): jit_inline_above_cost: 500000 (set from: [default] // sess RESET will set to: [500000])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): jit_optimize_above_cost: 500000 (set from: [default] // sess RESET will set to: [500000])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): jit_profiling_support: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): jit_provider: llvmjit (set from: [default] // sess RESET will set to: [llvmjit])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): jit_tuple_deforming: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): join_collapse_limit: 8 (set from: [default] // sess RESET will set to: [8])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): krb_caseins_users: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): krb_server_keyfile: FILE:/etc/postgresql-common/krb5.keytab (set from: [default] // sess RESET will set to: [FILE:/etc/postgresql-common/krb5.keytab])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): lc_collate: es_AR.UTF-8 (set from: [override] // sess RESET will set to: [es_AR.UTF-8])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): lc_ctype: es_AR.UTF-8 (set from: [override] // sess RESET will set to: [es_AR.UTF-8])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): lc_messages: es_AR.UTF-8 (set from: [configuration file] // sess RESET will set to: [es_AR.UTF-8]// /etc/postgresql/13/main/postgresql.conf @ 694)
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): lc_monetary: es_AR.UTF-8 (set from: [configuration file] // sess RESET will set to: [es_AR.UTF-8]// /etc/postgresql/13/main/postgresql.conf @ 696)
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): lc_numeric: es_AR.UTF-8 (set from: [configuration file] // sess RESET will set to: [es_AR.UTF-8]// /etc/postgresql/13/main/postgresql.conf @ 697)
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): lc_time: es_AR.UTF-8 (set from: [configuration file] // sess RESET will set to: [es_AR.UTF-8]// /etc/postgresql/13/main/postgresql.conf @ 698)
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): listen_addresses: localhost (set from: [default] // sess RESET will set to: [localhost])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): lo_compat_privileges: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): local_preload_libraries:  (set from: [default] // sess RESET will set to: [])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): lock_timeout: 0 ms (set from: [default] // sess RESET will set to: [0])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): log_autovacuum_min_duration: -1 ms (set from: [default] // sess RESET will set to: [-1])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): log_checkpoints: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): log_connections: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): log_destination: stderr (set from: [default] // sess RESET will set to: [stderr])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): log_directory: log (set from: [default] // sess RESET will set to: [log])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): log_disconnections: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): log_duration: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): log_error_verbosity: default (set from: [default] // sess RESET will set to: [default])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): log_executor_stats: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): log_file_mode: 0600 (set from: [default] // sess RESET will set to: [384])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): log_filename: postgresql-%Y-%m-%d_%H%M%S.log (set from: [default] // sess RESET will set to: [postgresql-%Y-%m-%d_%H%M%S.log])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): log_hostname: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): log_line_prefix: %m [%p] %q%u@%d  (set from: [configuration file] // sess RESET will set to: [%m [%p] %q%u@%d ]// /etc/postgresql/13/main/postgresql.conf @ 529)
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): log_lock_waits: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): log_min_duration_sample: -1 ms (set from: [default] // sess RESET will set to: [-1])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): log_min_duration_statement: -1 ms (set from: [default] // sess RESET will set to: [-1])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): log_min_error_statement: error (set from: [default] // sess RESET will set to: [error])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): log_min_messages: warning (set from: [default] // sess RESET will set to: [warning])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): log_parameter_max_length: -1 B (set from: [default] // sess RESET will set to: [-1])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): log_parameter_max_length_on_error: 0 B (set from: [default] // sess RESET will set to: [0])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): log_parser_stats: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): log_planner_stats: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): log_replication_commands: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): log_rotation_age: 1440 min (set from: [default] // sess RESET will set to: [1440])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): log_rotation_size: 10240 kB (set from: [default] // sess RESET will set to: [10240])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): log_statement: none (set from: [default] // sess RESET will set to: [none])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): log_statement_sample_rate: 1 (set from: [default] // sess RESET will set to: [1])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): log_statement_stats: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): log_temp_files: -1 kB (set from: [default] // sess RESET will set to: [-1])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): log_timezone: America/Buenos_Aires (set from: [configuration file] // sess RESET will set to: [America/Buenos_Aires]// /etc/postgresql/13/main/postgresql.conf @ 563)
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): log_transaction_sample_rate: 0 (set from: [default] // sess RESET will set to: [0])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): log_truncate_on_rotation: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): logging_collector: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): logical_decoding_work_mem: 65536 kB (set from: [default] // sess RESET will set to: [65536])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): maintenance_io_concurrency: 10 (set from: [default] // sess RESET will set to: [10])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): maintenance_work_mem: 65536 kB (set from: [default] // sess RESET will set to: [65536])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): max_connections: 100 (set from: [configuration file] // sess RESET will set to: [100]// /etc/postgresql/13/main/postgresql.conf @ 64)
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): max_files_per_process: 1000 (set from: [default] // sess RESET will set to: [1000])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): max_function_args: 100 (set from: [default] // sess RESET will set to: [100])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): max_identifier_length: 63 (set from: [default] // sess RESET will set to: [63])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): max_index_keys: 32 (set from: [default] // sess RESET will set to: [32])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): max_locks_per_transaction: 64 (set from: [default] // sess RESET will set to: [64])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): max_logical_replication_workers: 4 (set from: [default] // sess RESET will set to: [4])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): max_parallel_maintenance_workers: 2 (set from: [default] // sess RESET will set to: [2])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): max_parallel_workers: 8 (set from: [default] // sess RESET will set to: [8])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): max_parallel_workers_per_gather: 2 (set from: [default] // sess RESET will set to: [2])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): max_pred_locks_per_page: 2 (set from: [default] // sess RESET will set to: [2])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): max_pred_locks_per_relation: -2 (set from: [default] // sess RESET will set to: [-2])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): max_pred_locks_per_transaction: 64 (set from: [default] // sess RESET will set to: [64])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): max_prepared_transactions: 0 (set from: [default] // sess RESET will set to: [0])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): max_replication_slots: 10 (set from: [default] // sess RESET will set to: [10])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): max_slot_wal_keep_size: -1 MB (set from: [default] // sess RESET will set to: [-1])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): max_stack_depth: 2048 kB (set from: [environment variable] // sess RESET will set to: [2048])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): max_standby_archive_delay: 30000 ms (set from: [default] // sess RESET will set to: [30000])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): max_standby_streaming_delay: 30000 ms (set from: [default] // sess RESET will set to: [30000])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): max_sync_workers_per_subscription: 2 (set from: [default] // sess RESET will set to: [2])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): max_wal_senders: 10 (set from: [default] // sess RESET will set to: [10])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): max_wal_size: 1024 MB (set from: [configuration file] // sess RESET will set to: [1024]// /etc/postgresql/13/main/postgresql.conf @ 228)
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): max_worker_processes: 8 (set from: [default] // sess RESET will set to: [8])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): min_parallel_index_scan_size: 64 8kB (set from: [default] // sess RESET will set to: [64])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): min_parallel_table_scan_size: 1024 8kB (set from: [default] // sess RESET will set to: [1024])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): min_wal_size: 80 MB (set from: [configuration file] // sess RESET will set to: [80]// /etc/postgresql/13/main/postgresql.conf @ 229)
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): old_snapshot_threshold: -1 min (set from: [default] // sess RESET will set to: [-1])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): operator_precedence_warning: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): parallel_leader_participation: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): parallel_setup_cost: 1000 (set from: [default] // sess RESET will set to: [1000])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): parallel_tuple_cost: 0.1 (set from: [default] // sess RESET will set to: [0.1])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): password_encryption: md5 (set from: [default] // sess RESET will set to: [md5])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): plan_cache_mode: auto (set from: [default] // sess RESET will set to: [auto])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): port: 5432 (set from: [configuration file] // sess RESET will set to: [5432]// /etc/postgresql/13/main/postgresql.conf @ 63)
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): post_auth_delay: 0 s (set from: [default] // sess RESET will set to: [0])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): pre_auth_delay: 0 s (set from: [default] // sess RESET will set to: [0])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): primary_conninfo:  (set from: [default] // sess RESET will set to: [])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): primary_slot_name:  (set from: [default] // sess RESET will set to: [])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): promote_trigger_file:  (set from: [default] // sess RESET will set to: [])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): quote_all_identifiers: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): random_page_cost: 4 (set from: [default] // sess RESET will set to: [4])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): recovery_end_command:  (set from: [default] // sess RESET will set to: [])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): recovery_min_apply_delay: 0 ms (set from: [default] // sess RESET will set to: [0])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): recovery_target:  (set from: [default] // sess RESET will set to: [])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): recovery_target_action: pause (set from: [default] // sess RESET will set to: [pause])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): recovery_target_inclusive: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): recovery_target_lsn:  (set from: [default] // sess RESET will set to: [])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): recovery_target_name:  (set from: [default] // sess RESET will set to: [])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): recovery_target_time:  (set from: [default] // sess RESET will set to: [])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): recovery_target_timeline: latest (set from: [default] // sess RESET will set to: [latest])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): recovery_target_xid:  (set from: [default] // sess RESET will set to: [])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): restart_after_crash: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): restore_command:  (set from: [default] // sess RESET will set to: [])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): row_security: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): search_path: "$user", public (set from: [default] // sess RESET will set to: ["$user", public])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): segment_size: 131072 8kB (set from: [default] // sess RESET will set to: [131072])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): seq_page_cost: 1 (set from: [default] // sess RESET will set to: [1])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): server_encoding: UTF8 (set from: [override] // sess RESET will set to: [UTF8])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): server_version: 13.3 (Debian 13.3-1) (set from: [default] // sess RESET will set to: [13.3 (Debian 13.3-1)])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): server_version_num: 130003 (set from: [default] // sess RESET will set to: [130003])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): session_preload_libraries:  (set from: [default] // sess RESET will set to: [])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): session_replication_role: origin (set from: [default] // sess RESET will set to: [origin])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): shared_buffers: 16384 8kB (set from: [configuration file] // sess RESET will set to: [16384]// /etc/postgresql/13/main/postgresql.conf @ 121)
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): shared_memory_type: mmap (set from: [default] // sess RESET will set to: [mmap])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): shared_preload_libraries:  (set from: [default] // sess RESET will set to: [])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): ssl: on (set from: [configuration file] // sess RESET will set to: [on]// /etc/postgresql/13/main/postgresql.conf @ 100)
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): ssl_ca_file:  (set from: [default] // sess RESET will set to: [])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): ssl_cert_file: /etc/ssl/certs/ssl-cert-snakeoil.pem (set from: [configuration file] // sess RESET will set to: [/etc/ssl/certs/ssl-cert-snakeoil.pem]// /etc/postgresql/13/main/postgresql.conf @ 102)
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): ssl_ciphers: HIGH:MEDIUM:+3DES:!aNULL (set from: [default] // sess RESET will set to: [HIGH:MEDIUM:+3DES:!aNULL])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): ssl_crl_file:  (set from: [default] // sess RESET will set to: [])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): ssl_dh_params_file:  (set from: [default] // sess RESET will set to: [])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): ssl_ecdh_curve: prime256v1 (set from: [default] // sess RESET will set to: [prime256v1])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): ssl_key_file: /etc/ssl/private/ssl-cert-snakeoil.key (set from: [configuration file] // sess RESET will set to: [/etc/ssl/private/ssl-cert-snakeoil.key]// /etc/postgresql/13/main/postgresql.conf @ 104)
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): ssl_library: OpenSSL (set from: [default] // sess RESET will set to: [OpenSSL])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): ssl_max_protocol_version:  (set from: [default] // sess RESET will set to: [])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): ssl_min_protocol_version: TLSv1.2 (set from: [default] // sess RESET will set to: [TLSv1.2])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): ssl_passphrase_command:  (set from: [default] // sess RESET will set to: [])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): ssl_passphrase_command_supports_reload: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): ssl_prefer_server_ciphers: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): standard_conforming_strings: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): statement_timeout: 0 ms (set from: [default] // sess RESET will set to: [0])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): stats_temp_directory: /var/run/postgresql/13-main.pg_stat_tmp (set from: [configuration file] // sess RESET will set to: [/var/run/postgresql/13-main.pg_stat_tmp]// /etc/postgresql/13/main/postgresql.conf @ 585)
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): superuser_reserved_connections: 3 (set from: [default] // sess RESET will set to: [3])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): synchronize_seqscans: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): synchronous_commit: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): synchronous_standby_names:  (set from: [default] // sess RESET will set to: [])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): syslog_facility: local0 (set from: [default] // sess RESET will set to: [local0])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): syslog_ident: postgres (set from: [default] // sess RESET will set to: [postgres])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): syslog_sequence_numbers: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): syslog_split_messages: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): tcp_keepalives_count: 0 (set from: [default] // sess RESET will set to: [0])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): tcp_keepalives_idle: 0 s (set from: [default] // sess RESET will set to: [0])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): tcp_keepalives_interval: 0 s (set from: [default] // sess RESET will set to: [0])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): tcp_user_timeout: 0 ms (set from: [default] // sess RESET will set to: [0])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): temp_buffers: 1024 8kB (set from: [default] // sess RESET will set to: [1024])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): temp_file_limit: -1 kB (set from: [default] // sess RESET will set to: [-1])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): temp_tablespaces:  (set from: [default] // sess RESET will set to: [])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): TimeZone: America/Buenos_Aires (set from: [configuration file] // sess RESET will set to: [America/Buenos_Aires]// /etc/postgresql/13/main/postgresql.conf @ 680)
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): timezone_abbreviations: Default (set from: [default] // sess RESET will set to: [Default])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): trace_notify: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): trace_recovery_messages: log (set from: [default] // sess RESET will set to: [log])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): trace_sort: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): track_activities: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): track_activity_query_size: 1024 B (set from: [default] // sess RESET will set to: [1024])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): track_commit_timestamp: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): track_counts: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): track_functions: none (set from: [default] // sess RESET will set to: [none])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): track_io_timing: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): transaction_deferrable: off (set from: [override] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): transaction_isolation: read committed (set from: [override] // sess RESET will set to: [read committed])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): transaction_read_only: off (set from: [override] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): transform_null_equals: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): unix_socket_directories: /var/run/postgresql (set from: [configuration file] // sess RESET will set to: [/var/run/postgresql]// /etc/postgresql/13/main/postgresql.conf @ 66)
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): unix_socket_group:  (set from: [default] // sess RESET will set to: [])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): unix_socket_permissions: 0777 (set from: [default] // sess RESET will set to: [511])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): update_process_title: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): vacuum_cleanup_index_scale_factor: 0.1 (set from: [default] // sess RESET will set to: [0.1])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): vacuum_cost_delay: 0 ms (set from: [default] // sess RESET will set to: [0])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): vacuum_cost_limit: 200 (set from: [default] // sess RESET will set to: [200])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): vacuum_cost_page_dirty: 20 (set from: [default] // sess RESET will set to: [20])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): vacuum_cost_page_hit: 1 (set from: [default] // sess RESET will set to: [1])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): vacuum_cost_page_miss: 10 (set from: [default] // sess RESET will set to: [10])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): vacuum_defer_cleanup_age: 0 (set from: [default] // sess RESET will set to: [0])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): vacuum_freeze_min_age: 50000000 (set from: [default] // sess RESET will set to: [50000000])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): vacuum_freeze_table_age: 150000000 (set from: [default] // sess RESET will set to: [150000000])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): vacuum_multixact_freeze_min_age: 5000000 (set from: [default] // sess RESET will set to: [5000000])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): vacuum_multixact_freeze_table_age: 150000000 (set from: [default] // sess RESET will set to: [150000000])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): wal_block_size: 8192 (set from: [default] // sess RESET will set to: [8192])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): wal_buffers: 512 8kB (set from: [override] // sess RESET will set to: [512])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): wal_compression: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): wal_consistency_checking:  (set from: [default] // sess RESET will set to: [])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): wal_init_zero: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): wal_keep_size: 0 MB (set from: [default] // sess RESET will set to: [0])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): wal_level: replica (set from: [default] // sess RESET will set to: [replica])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): wal_log_hints: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): wal_receiver_create_temp_slot: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): wal_receiver_status_interval: 10 s (set from: [default] // sess RESET will set to: [10])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): wal_receiver_timeout: 60000 ms (set from: [default] // sess RESET will set to: [60000])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): wal_recycle: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): wal_retrieve_retry_interval: 5000 ms (set from: [default] // sess RESET will set to: [5000])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): wal_segment_size: 16777216 B (set from: [override] // sess RESET will set to: [16777216])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): wal_sender_timeout: 60000 ms (set from: [default] // sess RESET will set to: [60000])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): wal_skip_threshold: 2048 kB (set from: [default] // sess RESET will set to: [2048])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): wal_sync_method: fdatasync (set from: [default] // sess RESET will set to: [fdatasync])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): wal_writer_delay: 200 ms (set from: [default] // sess RESET will set to: [200])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): wal_writer_flush_after: 128 8kB (set from: [default] // sess RESET will set to: [128])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): work_mem: 4096 kB (set from: [default] // sess RESET will set to: [4096])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): xmlbinary: base64 (set from: [default] // sess RESET will set to: [base64])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): xmloption: content (set from: [default] // sess RESET will set to: [content])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): zero_damaged_pages: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (btree_gist,1.5,"support for indexing common datatypes in GiST")
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (seg,1.3,"data type for representing line segments or floating-point intervals")
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (insert_username,1.0,"functions for tracking who changed a table")
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (isn,1.2,"data types for international product numbering standards")
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (adminpack,2.1,"administrative functions for PostgreSQL")
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (citext,1.6,"data type for case-insensitive character strings")
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (hstore,1.7,"data type for storing sets of (key, value) pairs")
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (file_fdw,1.0,"foreign-data wrapper for flat file access")
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (btree_gin,1.3,"support for indexing common datatypes in GIN")
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (sslinfo,1.2,"information about SSL certificates")
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (pg_buffercache,1.3,"examine the shared buffer cache")
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (bloom,1.0,"bloom access method - signature file based index")
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (tcn,1.0,"Triggered change notifications")
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (pgcrypto,1.3,"cryptographic functions")
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (dict_int,1.0,"text search dictionary template for integers")
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (tsm_system_rows,1.0,"TABLESAMPLE method which accepts number of rows as a limit")
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (unaccent,1.1,"text search dictionary that removes accents")
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (uuid-ossp,1.1,"generate universally unique identifiers (UUIDs)")
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (dblink,1.2,"connect to other PostgreSQL databases from within a database")
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (pageinspect,1.8,"inspect the contents of database pages at a low level")
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (cube,1.4,"data type for multidimensional cubes")
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (postgres_fdw,1.0,"foreign-data wrapper for remote PostgreSQL servers")
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (pgrowlocks,1.2,"show row-level locking information")
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (refint,1.0,"functions for implementing referential integrity (obsolete)")
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (tablefunc,1.0,"functions that manipulate whole tables, including crosstab")
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (pg_visibility,1.2,"examine the visibility map (VM) and page-level visibility info")
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (pg_prewarm,1.2,"prewarm relation data")
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (autoinc,1.0,"functions for autoincrementing fields")
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (ltree,1.2,"data type for hierarchical tree-like structures")
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (pgstattuple,1.5,"show tuple-level statistics")
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (moddatetime,1.0,"functions for tracking last modification time")
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (tsm_system_time,1.0,"TABLESAMPLE method which accepts time in milliseconds as a limit")
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (lo,1.1,"Large Object maintenance")
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (earthdistance,1.1,"calculate great-circle distances on the surface of the Earth")
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (pg_trgm,1.5,"text similarity measurement and index searching based on trigrams")
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (plpgsql,1.0,"PL/pgSQL procedural language")
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (amcheck,1.2,"functions for verifying relation integrity")
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (pg_freespacemap,1.2,"examine the free space map (FSM)")
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (xml2,1.1,"XPath querying and XSLT")
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (intarray,1.3,"functions, operators, and index support for 1-D arrays of integers")
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (intagg,1.1,"integer aggregator and enumerator (obsolete)")
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (fuzzystrmatch,1.1,"determine similarities and distance between strings")
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (dict_xsyn,1.0,"text search dictionary template for extended synonym processing")
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (pg_stat_statements,1.8,"track planning and execution statistics of all SQL statements executed")
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::__log_on_first_contact() #470): done
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::__detect_client_timezone() #495): trying to detect timezone from system
2021-08-23 19:09:03  DEBUG     gm.datetime   [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmDateTime.py::init() #122): datetime.now()   : [2021-08-23 19:09:03.169092]
2021-08-23 19:09:03  DEBUG     gm.datetime   [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmDateTime.py::init() #123): time.localtime() : [time.struct_time(tm_year=2021, tm_mon=8, tm_mday=23, tm_hour=19, tm_min=9, tm_sec=3, tm_wday=0, tm_yday=235, tm_isdst=0)]
2021-08-23 19:09:03  DEBUG     gm.datetime   [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmDateTime.py::init() #124): time.gmtime()    : [time.struct_time(tm_year=2021, tm_mon=8, tm_mday=23, tm_hour=22, tm_min=9, tm_sec=3, tm_wday=0, tm_yday=235, tm_isdst=0)]
2021-08-23 19:09:03  DEBUG     gm.datetime   [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmDateTime.py::init() #129): $TZ not defined
2021-08-23 19:09:03  DEBUG     gm.datetime   [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmDateTime.py::init() #131): time.daylight           : [0] (whether or not DST is locally used at all)
2021-08-23 19:09:03  DEBUG     gm.datetime   [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmDateTime.py::init() #132): time.timezone           : [10800] seconds (+/-: WEST/EAST of Greenwich)
2021-08-23 19:09:03  DEBUG     gm.datetime   [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmDateTime.py::init() #133): time.altzone            : [10800] seconds (+/-: WEST/EAST of Greenwich)
2021-08-23 19:09:03  DEBUG     gm.datetime   [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmDateTime.py::init() #134): time.tzname             : [-03 / -03] (non-DST / DST)
2021-08-23 19:09:03  DEBUG     gm.datetime   [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmDateTime.py::init() #135): time.localtime.tm_zone  : [-03]
2021-08-23 19:09:03  DEBUG     gm.datetime   [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmDateTime.py::init() #136): time.localtime.tm_gmtoff: [-10800]
2021-08-23 19:09:03  DEBUG     gm.datetime   [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmDateTime.py::init() #150): DST currently in effect: [False]
2021-08-23 19:09:03  DEBUG     gm.datetime   [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmDateTime.py::init() #162): DST currently not in effect: using UTC offset of [-10800] seconds instead of [-10800] seconds
2021-08-23 19:09:03  DEBUG     gm.datetime   [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmDateTime.py::init() #165): UTC offset is negative, assuming WEST of Greenwich (clock is "behind")
2021-08-23 19:09:03  DEBUG     gm.datetime   [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmDateTime.py::init() #178): ISO numeric timezone string: [-10800]
2021-08-23 19:09:03  DEBUG     gm.datetime   [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmDateTime.py::__init__() #217): [cPlatformLocalTimezone]: UTC->non-DST offset [-1 day, 21:00:00], UTC->DST offset [-1 day, 21:00:00], DST shift [0:00:00]
2021-08-23 19:09:03  DEBUG     gm.datetime   [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmDateTime.py::init() #191): local-timezone class: <class 'Gnumed.pycommon.gmDateTime.cPlatformLocalTimezone'>
2021-08-23 19:09:03  DEBUG     gm.datetime   [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmDateTime.py::init() #192): local-timezone instance: <Gnumed.pycommon.gmDateTime.cPlatformLocalTimezone object at 0x7f18a13f8f10>
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::__expand_timezone() #546): [-03] maps to [Atlantic/Stanley]
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::__detect_client_timezone() #510): candidates: ['-03', 'Atlantic/Stanley']
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::__validate_timezone() #551): validating timezone [-03]
2021-08-23 19:09:03  INFO      gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::__validate_timezone() #557): time zone [-03] is settable
2021-08-23 19:09:03  INFO      gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::__validate_timezone() #573): timezone [-03] is usable
2021-08-23 19:09:03  INFO      gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::__detect_client_timezone() #522): client system timezone detected as equivalent to [-03]
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::get_raw_connection() #368): autocommit is desired to be: False
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::get_raw_connection() #374): enabling <plpgsql.extra_warnings/_errors>
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::get_connection() #291): desired client (wire) encoding: [UTF8]
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::get_connection() #308): client timezone [-03]
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_conn_state() #864): <connection object at 0x7f18a1f77400; dsn: 'user=postgres password=xxx dbname=template1 port=5432 client_encoding=UTF8 application_name=root@template.server fallback_application_name=GNUmed sslmode=prefer', closed: 0>
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_conn_state() #866): identity: 139743773291520
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_conn_state() #866): backend PID: 158862
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_conn_state() #866): protocol version: 3
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_conn_state() #866): encoding: UTF8
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_conn_state() #866): closed: 0
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_conn_state() #866): readonly: False
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_conn_state() #866): autocommit: False
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_conn_state() #866): isolation level (psyco): 3 (ISOLATION_LEVEL_SERIALIZABLE)
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_conn_state() #866): async: 0
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_conn_state() #866): deferrable: None
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_conn_state() #866): transaction status: 0 (TRANSACTION_STATUS_IDLE)
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_conn_state() #866): connection status: 1 (STATUS_READY)
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_conn_state() #866): executing async op: False
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_conn_state() #866): type: <class 'psycopg2.extras.DictConnection'>
2021-08-23 19:09:03  INFO      gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/server/bootstrap/./bootstrap_gm_db_system.py::connect() #288): successfully connected
2021-08-23 19:09:03  INFO      gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/server/bootstrap/./bootstrap_gm_db_system.py::__connect_superuser_to_srv_template() #417): template database LC_CTYPE is [es_AR.UTF-8]
2021-08-23 19:09:03  INFO      gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/server/bootstrap/./bootstrap_gm_db_system.py::__connect_superuser_to_srv_template() #442): successfully connected to template database [template1]
2021-08-23 19:09:03  INFO      gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/server/bootstrap/./bootstrap_gm_db_system.py::__bootstrap_db_users() #448): bootstrapping database users and groups
2021-08-23 19:09:03  DEBUG     gm.cfg        [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmCfg2.py::get() #398): option [GnuMed defaults::groups] found in source [file]
2021-08-23 19:09:03  INFO      gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/server/bootstrap/./bootstrap_gm_db_system.py::db_group_exists() #235): group [gnumed_v2] exists
2021-08-23 19:09:03  INFO      gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/server/bootstrap/./bootstrap_gm_db_system.py::db_group_exists() #235): group [gm-logins] exists
2021-08-23 19:09:03  INFO      gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/server/bootstrap/./bootstrap_gm_db_system.py::db_group_exists() #235): group [gm-doctors] exists
2021-08-23 19:09:03  INFO      gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/server/bootstrap/./bootstrap_gm_db_system.py::db_group_exists() #235): group [gm-staff_medical] exists
2021-08-23 19:09:03  INFO      gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/server/bootstrap/./bootstrap_gm_db_system.py::db_group_exists() #235): group [gm-staff_office] exists
2021-08-23 19:09:03  INFO      gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/server/bootstrap/./bootstrap_gm_db_system.py::db_group_exists() #235): group [gm-trainees_medical] exists
2021-08-23 19:09:03  INFO      gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/server/bootstrap/./bootstrap_gm_db_system.py::db_group_exists() #235): group [gm-trainees_office] exists
2021-08-23 19:09:03  INFO      gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/server/bootstrap/./bootstrap_gm_db_system.py::db_group_exists() #235): group [gm-public] exists
2021-08-23 19:09:03  INFO      gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/server/bootstrap/./bootstrap_gm_db_system.py::db_group_exists() #235): group [gnumed_v2] exists
2021-08-23 19:09:03  DEBUG     gm.cfg        [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmCfg2.py::get() #398): option [GnuMed defaults::database owner alias] found in source [file]
2021-08-23 19:09:03  DEBUG     gm.cfg        [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmCfg2.py::get() #398): option [user GNUmed owner::name] found in source [file]
2021-08-23 19:09:03  INFO      gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/server/bootstrap/./bootstrap_gm_db_system.py::user_exists() #220): user [gm-dbo] exists
2021-08-23 19:09:03  DEBUG     gm.cfg        [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmCfg2.py::get() #398): option [user GNUmed owner::name] found in source [file]
2021-08-23 19:09:03  INFO      gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/server/bootstrap/./bootstrap_gm_db_system.py::__init__() #358): done bootstrapping server [local host]
2021-08-23 19:09:03  INFO      gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/server/bootstrap/./bootstrap_gm_db_system.py::connect() #275): trying DB connection to template1 on localhost as postgres
2021-08-23 19:09:03  INFO      gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::_set_database() #183): [template1]
2021-08-23 19:09:03  INFO      gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::_set_host() #196): [None]
2021-08-23 19:09:03  INFO      gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::_set_port() #205): [5432]
2021-08-23 19:09:03  INFO      gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::_set_user() #221): [postgres]
2021-08-23 19:09:03  INFO      gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::_set_password() #233): password was set
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::_set_credentials() #592): invalidating pooled connections on credentials change
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::get_raw_connection() #358): established connection "postgres@template.db", backend PID: 158863
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::get_raw_connection() #368): autocommit is desired to be: False
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::get_raw_connection() #374): enabling <plpgsql.extra_warnings/_errors>
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::get_connection() #291): desired client (wire) encoding: [UTF8]
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::get_connection() #308): client timezone [-03]
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_conn_state() #864): <connection object at 0x7f18a1d4e680; dsn: 'user=postgres password=xxx dbname=template1 port=5432 client_encoding=UTF8 application_name=postgres@template.db fallback_application_name=GNUmed sslmode=prefer', closed: 0>
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_conn_state() #866): identity: 139743771027072
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_conn_state() #866): backend PID: 158863
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_conn_state() #866): protocol version: 3
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_conn_state() #866): encoding: UTF8
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_conn_state() #866): closed: 0
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_conn_state() #866): readonly: False
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_conn_state() #866): autocommit: False
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_conn_state() #866): isolation level (psyco): 3 (ISOLATION_LEVEL_SERIALIZABLE)
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_conn_state() #866): async: 0
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_conn_state() #866): deferrable: None
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_conn_state() #866): transaction status: 0 (TRANSACTION_STATUS_IDLE)
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_conn_state() #866): connection status: 1 (STATUS_READY)
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_conn_state() #866): executing async op: False
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_conn_state() #866): type: <class 'psycopg2.extras.DictConnection'>
2021-08-23 19:09:03  INFO      gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/server/bootstrap/./bootstrap_gm_db_system.py::connect() #288): successfully connected
2021-08-23 19:09:03  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/server/bootstrap/./bootstrap_gm_db_system.py::__bootstrap() #637): cannot fingerprint template database
Traceback (most recent call last):
  File "/var/lib/gnumed/server/bootstrap/./bootstrap_gm_db_system.py", line 634, in __bootstrap
    text = gmPG2.get_db_fingerprint(conn = self.conn, eol = '\n')
  File "/var/lib/gnumed/Gnumed/pycommon/gmPG2.py", line 483, in get_db_fingerprint
    curs.execute(cmd)
  File "/usr/lib/python3/dist-packages/psycopg2/extras.py", line 146, in execute
    return super(DictCursor, self).execute(query, vars)
psycopg2.errors.InvalidSchemaName: schema "gm" does not exist
LÍNEA 1: SELECT md5(gm.concat_table_structure())
                    ^

2021-08-23 19:09:03  DEBUG     gm.cfg        [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmCfg2.py::get() #396): option [template version] not in group [database core] in source [file]
2021-08-23 19:09:03  WARNING   gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/server/bootstrap/./bootstrap_gm_db_system.py::__create_db() #833): cannot check template database identity hash, no version specified
2021-08-23 19:09:03  INFO      gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/server/bootstrap/./bootstrap_gm_db_system.py::__db_exists() #821): Database [gnumed_v2] exists.
2021-08-23 19:09:03  DEBUG     gm.cfg        [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmCfg2.py::get() #398): option [database core::drop target database] found in source [file]
2021-08-23 19:09:03  INFO      gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/server/bootstrap/./bootstrap_gm_db_system.py::__create_db() #848): trying to drop target database
2021-08-23 19:09:03  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/server/bootstrap/./bootstrap_gm_db_system.py::__create_db() #855): running SQL: DROP DATABASE "gnumed_v2"
2021-08-23 19:09:03  DEBUG     gm.cfg        [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmCfg2.py::get() #396): option [tablespace] not in group [database core] in source [file]
2021-08-23 19:09:03  INFO      gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/server/bootstrap/./bootstrap_gm_db_system.py::__db_exists() #821): Database [gnumed_v2] exists.
2021-08-23 19:09:03  INFO      gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/server/bootstrap/./bootstrap_gm_db_system.py::__create_db() #916): Successfully created GNUmed database [gnumed_v2].
2021-08-23 19:09:03  INFO      gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/server/bootstrap/./bootstrap_gm_db_system.py::connect() #275): trying DB connection to gnumed_v2 on localhost as postgres
2021-08-23 19:09:03  INFO      gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::_set_database() #183): [gnumed_v2]
2021-08-23 19:09:03  INFO      gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::_set_host() #196): [None]
2021-08-23 19:09:03  INFO      gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::_set_port() #205): [5432]
2021-08-23 19:09:03  INFO      gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::_set_user() #221): [postgres]
2021-08-23 19:09:03  INFO      gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::_set_password() #233): password was set
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::_set_credentials() #592): invalidating pooled connections on credentials change
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::get_raw_connection() #358): established connection "postgres@gnumed_vX", backend PID: 158864
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::get_raw_connection() #368): autocommit is desired to be: False
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::get_raw_connection() #374): enabling <plpgsql.extra_warnings/_errors>
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::get_connection() #291): desired client (wire) encoding: [UTF8]
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::get_connection() #308): client timezone [-03]
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_conn_state() #864): <connection object at 0x7f18a1d4e7c0; dsn: 'user=postgres password=xxx dbname=gnumed_v2 port=5432 client_encoding=UTF8 application_name=postgres@gnumed_vX fallback_application_name=GNUmed sslmode=prefer', closed: 0>
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_conn_state() #866): identity: 139743771027392
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_conn_state() #866): backend PID: 158864
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_conn_state() #866): protocol version: 3
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_conn_state() #866): encoding: UTF8
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_conn_state() #866): closed: 0
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_conn_state() #866): readonly: False
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_conn_state() #866): autocommit: False
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_conn_state() #866): isolation level (psyco): 3 (ISOLATION_LEVEL_SERIALIZABLE)
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_conn_state() #866): async: 0
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_conn_state() #866): deferrable: None
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_conn_state() #866): transaction status: 0 (TRANSACTION_STATUS_IDLE)
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_conn_state() #866): connection status: 1 (STATUS_READY)
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_conn_state() #866): executing async op: False
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_conn_state() #866): type: <class 'psycopg2.extras.DictConnection'>
2021-08-23 19:09:03  INFO      gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/server/bootstrap/./bootstrap_gm_db_system.py::connect() #288): successfully connected
2021-08-23 19:09:03  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/server/bootstrap/./bootstrap_gm_db_system.py::__connect_superuser_to_db() #765): PostgreSQL 10 onwards: <sql_inheritance> hardwired
Traceback (most recent call last):
  File "/var/lib/gnumed/server/bootstrap/./bootstrap_gm_db_system.py", line 763, in __connect_superuser_to_db
    curs.execute("alter database %s set sql_inheritance to DEFAULT" % self.name)
  File "/usr/lib/python3/dist-packages/psycopg2/extras.py", line 146, in execute
    return super(DictCursor, self).execute(query, vars)
psycopg2.errors.UndefinedObject: unrecognized configuration parameter "sql_inheritance"

2021-08-23 19:09:03  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/server/bootstrap/./bootstrap_gm_db_system.py::__connect_superuser_to_db() #775): PostgreSQL version < 9.5 does not support <track_commit_timestamp> OR <track_commit_timestamp> cannot be set at runtime
Traceback (most recent call last):
  File "/var/lib/gnumed/server/bootstrap/./bootstrap_gm_db_system.py", line 773, in __connect_superuser_to_db
    curs.execute("alter database %s set track_commit_timestamp to on" % self.name)
  File "/usr/lib/python3/dist-packages/psycopg2/extras.py", line 146, in execute
    return super(DictCursor, self).execute(query, vars)
psycopg2.errors.CantChangeRuntimeParam: parameter "track_commit_timestamp" cannot be changed without restarting the server

2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): allow_system_table_mods: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): application_name: postgres@gnumed_vX (set from: [client] // sess RESET will set to: [postgres@gnumed_vX])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): archive_cleanup_command:  (set from: [default] // sess RESET will set to: [])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): archive_command: (disabled) (set from: [default] // sess RESET will set to: [])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): archive_mode: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): archive_timeout: 0 s (set from: [default] // sess RESET will set to: [0])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): array_nulls: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): authentication_timeout: 60 s (set from: [default] // sess RESET will set to: [60])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): autovacuum: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): autovacuum_analyze_scale_factor: 0.1 (set from: [default] // sess RESET will set to: [0.1])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): autovacuum_analyze_threshold: 50 (set from: [default] // sess RESET will set to: [50])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): autovacuum_freeze_max_age: 200000000 (set from: [default] // sess RESET will set to: [200000000])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): autovacuum_max_workers: 3 (set from: [default] // sess RESET will set to: [3])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): autovacuum_multixact_freeze_max_age: 400000000 (set from: [default] // sess RESET will set to: [400000000])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): autovacuum_naptime: 60 s (set from: [default] // sess RESET will set to: [60])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): autovacuum_vacuum_cost_delay: 2 ms (set from: [default] // sess RESET will set to: [2])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): autovacuum_vacuum_cost_limit: -1 (set from: [default] // sess RESET will set to: [-1])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): autovacuum_vacuum_insert_scale_factor: 0.2 (set from: [default] // sess RESET will set to: [0.2])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): autovacuum_vacuum_insert_threshold: 1000 (set from: [default] // sess RESET will set to: [1000])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): autovacuum_vacuum_scale_factor: 0.2 (set from: [default] // sess RESET will set to: [0.2])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): autovacuum_vacuum_threshold: 50 (set from: [default] // sess RESET will set to: [50])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): autovacuum_work_mem: -1 kB (set from: [default] // sess RESET will set to: [-1])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): backend_flush_after: 0 8kB (set from: [default] // sess RESET will set to: [0])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): backslash_quote: safe_encoding (set from: [default] // sess RESET will set to: [safe_encoding])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): backtrace_functions:  (set from: [default] // sess RESET will set to: [])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): bgwriter_delay: 200 ms (set from: [default] // sess RESET will set to: [200])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): bgwriter_flush_after: 64 8kB (set from: [default] // sess RESET will set to: [64])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): bgwriter_lru_maxpages: 100 (set from: [default] // sess RESET will set to: [100])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): bgwriter_lru_multiplier: 2 (set from: [default] // sess RESET will set to: [2])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): block_size: 8192 (set from: [default] // sess RESET will set to: [8192])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): bonjour: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): bonjour_name:  (set from: [default] // sess RESET will set to: [])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): bytea_output: hex (set from: [default] // sess RESET will set to: [hex])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): check_function_bodies: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): checkpoint_completion_target: 0.5 (set from: [default] // sess RESET will set to: [0.5])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): checkpoint_flush_after: 32 8kB (set from: [default] // sess RESET will set to: [32])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): checkpoint_timeout: 300 s (set from: [default] // sess RESET will set to: [300])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): checkpoint_warning: 30 s (set from: [default] // sess RESET will set to: [30])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): client_encoding: UTF8 (set from: [client] // sess RESET will set to: [UTF8])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): client_min_messages: notice (set from: [default] // sess RESET will set to: [notice])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): cluster_name: 13/main (set from: [configuration file] // sess RESET will set to: [13/main]// /etc/postgresql/13/main/postgresql.conf @ 569)
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): commit_delay: 0 (set from: [default] // sess RESET will set to: [0])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): commit_siblings: 5 (set from: [default] // sess RESET will set to: [5])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): config_file: /etc/postgresql/13/main/postgresql.conf (set from: [override] // sess RESET will set to: [/etc/postgresql/13/main/postgresql.conf])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): constraint_exclusion: partition (set from: [default] // sess RESET will set to: [partition])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): cpu_index_tuple_cost: 0.005 (set from: [default] // sess RESET will set to: [0.005])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): cpu_operator_cost: 0.0025 (set from: [default] // sess RESET will set to: [0.0025])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): cpu_tuple_cost: 0.01 (set from: [default] // sess RESET will set to: [0.01])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): cursor_tuple_fraction: 0.1 (set from: [default] // sess RESET will set to: [0.1])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): data_checksums: off (set from: [override] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): data_directory: /var/lib/postgresql/13/main (set from: [override] // sess RESET will set to: [/var/lib/postgresql/13/main])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): data_directory_mode: 0700 (set from: [default] // sess RESET will set to: [448])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): data_sync_retry: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): DateStyle: ISO, DMY (set from: [configuration file] // sess RESET will set to: [ISO, DMY]// /etc/postgresql/13/main/postgresql.conf @ 678)
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): db_user_namespace: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): deadlock_timeout: 1000 ms (set from: [default] // sess RESET will set to: [1000])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): debug_assertions: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): debug_pretty_print: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): debug_print_parse: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): debug_print_plan: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): debug_print_rewritten: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): default_statistics_target: 100 (set from: [default] // sess RESET will set to: [100])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): default_table_access_method: heap (set from: [default] // sess RESET will set to: [heap])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): default_tablespace:  (set from: [default] // sess RESET will set to: [])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): default_text_search_config: pg_catalog.spanish (set from: [configuration file] // sess RESET will set to: [pg_catalog.spanish]// /etc/postgresql/13/main/postgresql.conf @ 701)
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): default_transaction_deferrable: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): default_transaction_isolation: read committed (set from: [default] // sess RESET will set to: [read committed])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): default_transaction_read_only: off (set from: [session] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): dynamic_library_path: $libdir (set from: [default] // sess RESET will set to: [$libdir])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): dynamic_shared_memory_type: posix (set from: [configuration file] // sess RESET will set to: [posix]// /etc/postgresql/13/main/postgresql.conf @ 142)
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): effective_cache_size: 524288 8kB (set from: [default] // sess RESET will set to: [524288])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): effective_io_concurrency: 1 (set from: [default] // sess RESET will set to: [1])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): enable_bitmapscan: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): enable_gathermerge: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): enable_hashagg: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): enable_hashjoin: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): enable_incremental_sort: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): enable_indexonlyscan: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): enable_indexscan: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): enable_material: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): enable_mergejoin: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): enable_nestloop: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): enable_parallel_append: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): enable_parallel_hash: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): enable_partition_pruning: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): enable_partitionwise_aggregate: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): enable_partitionwise_join: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): enable_seqscan: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): enable_sort: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): enable_tidscan: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): escape_string_warning: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): event_source: PostgreSQL (set from: [default] // sess RESET will set to: [PostgreSQL])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): exit_on_error: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): extension_destdir:  (set from: [default] // sess RESET will set to: [])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): external_pid_file: /var/run/postgresql/13-main.pid (set from: [configuration file] // sess RESET will set to: [/var/run/postgresql/13-main.pid]// /etc/postgresql/13/main/postgresql.conf @ 49)
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): extra_float_digits: 1 (set from: [default] // sess RESET will set to: [1])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): force_parallel_mode: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): from_collapse_limit: 8 (set from: [default] // sess RESET will set to: [8])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): fsync: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): full_page_writes: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): geqo: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): geqo_effort: 5 (set from: [default] // sess RESET will set to: [5])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): geqo_generations: 0 (set from: [default] // sess RESET will set to: [0])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): geqo_pool_size: 0 (set from: [default] // sess RESET will set to: [0])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): geqo_seed: 0 (set from: [default] // sess RESET will set to: [0])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): geqo_selection_bias: 2 (set from: [default] // sess RESET will set to: [2])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): geqo_threshold: 12 (set from: [default] // sess RESET will set to: [12])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): gin_fuzzy_search_limit: 0 (set from: [default] // sess RESET will set to: [0])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): gin_pending_list_limit: 4096 kB (set from: [default] // sess RESET will set to: [4096])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): hash_mem_multiplier: 1 (set from: [default] // sess RESET will set to: [1])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): hba_file: /etc/postgresql/13/main/pg_hba.conf (set from: [override] // sess RESET will set to: [/etc/postgresql/13/main/pg_hba.conf])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): hot_standby: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): hot_standby_feedback: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): huge_pages: try (set from: [default] // sess RESET will set to: [try])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): ident_file: /etc/postgresql/13/main/pg_ident.conf (set from: [override] // sess RESET will set to: [/etc/postgresql/13/main/pg_ident.conf])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): idle_in_transaction_session_timeout: 0 ms (set from: [default] // sess RESET will set to: [0])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): ignore_checksum_failure: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): ignore_invalid_pages: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): ignore_system_indexes: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): integer_datetimes: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): IntervalStyle: postgres (set from: [default] // sess RESET will set to: [postgres])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): jit: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): jit_above_cost: 100000 (set from: [default] // sess RESET will set to: [100000])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): jit_debugging_support: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): jit_dump_bitcode: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): jit_expressions: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): jit_inline_above_cost: 500000 (set from: [default] // sess RESET will set to: [500000])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): jit_optimize_above_cost: 500000 (set from: [default] // sess RESET will set to: [500000])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): jit_profiling_support: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): jit_provider: llvmjit (set from: [default] // sess RESET will set to: [llvmjit])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): jit_tuple_deforming: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): join_collapse_limit: 8 (set from: [default] // sess RESET will set to: [8])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): krb_caseins_users: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): krb_server_keyfile: FILE:/etc/postgresql-common/krb5.keytab (set from: [default] // sess RESET will set to: [FILE:/etc/postgresql-common/krb5.keytab])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): lc_collate: es_AR.UTF-8 (set from: [override] // sess RESET will set to: [es_AR.UTF-8])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): lc_ctype: es_AR.UTF-8 (set from: [override] // sess RESET will set to: [es_AR.UTF-8])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): lc_messages: C (set from: [session] // sess RESET will set to: [es_AR.UTF-8])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): lc_monetary: es_AR.UTF-8 (set from: [configuration file] // sess RESET will set to: [es_AR.UTF-8]// /etc/postgresql/13/main/postgresql.conf @ 696)
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): lc_numeric: es_AR.UTF-8 (set from: [configuration file] // sess RESET will set to: [es_AR.UTF-8]// /etc/postgresql/13/main/postgresql.conf @ 697)
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): lc_time: es_AR.UTF-8 (set from: [configuration file] // sess RESET will set to: [es_AR.UTF-8]// /etc/postgresql/13/main/postgresql.conf @ 698)
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): listen_addresses: localhost (set from: [default] // sess RESET will set to: [localhost])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): lo_compat_privileges: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): local_preload_libraries:  (set from: [default] // sess RESET will set to: [])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): lock_timeout: 0 ms (set from: [default] // sess RESET will set to: [0])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): log_autovacuum_min_duration: -1 ms (set from: [default] // sess RESET will set to: [-1])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): log_checkpoints: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): log_connections: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): log_destination: stderr (set from: [default] // sess RESET will set to: [stderr])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): log_directory: log (set from: [default] // sess RESET will set to: [log])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): log_disconnections: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): log_duration: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): log_error_verbosity: default (set from: [default] // sess RESET will set to: [default])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): log_executor_stats: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): log_file_mode: 0600 (set from: [default] // sess RESET will set to: [384])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): log_filename: postgresql-%Y-%m-%d_%H%M%S.log (set from: [default] // sess RESET will set to: [postgresql-%Y-%m-%d_%H%M%S.log])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): log_hostname: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): log_line_prefix: %m [%p] %q%u@%d  (set from: [configuration file] // sess RESET will set to: [%m [%p] %q%u@%d ]// /etc/postgresql/13/main/postgresql.conf @ 529)
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): log_lock_waits: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): log_min_duration_sample: -1 ms (set from: [default] // sess RESET will set to: [-1])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): log_min_duration_statement: -1 ms (set from: [default] // sess RESET will set to: [-1])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): log_min_error_statement: error (set from: [default] // sess RESET will set to: [error])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): log_min_messages: warning (set from: [default] // sess RESET will set to: [warning])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): log_parameter_max_length: -1 B (set from: [default] // sess RESET will set to: [-1])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): log_parameter_max_length_on_error: 0 B (set from: [default] // sess RESET will set to: [0])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): log_parser_stats: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): log_planner_stats: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): log_replication_commands: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): log_rotation_age: 1440 min (set from: [default] // sess RESET will set to: [1440])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): log_rotation_size: 10240 kB (set from: [default] // sess RESET will set to: [10240])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): log_statement: none (set from: [default] // sess RESET will set to: [none])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): log_statement_sample_rate: 1 (set from: [default] // sess RESET will set to: [1])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): log_statement_stats: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): log_temp_files: -1 kB (set from: [default] // sess RESET will set to: [-1])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): log_timezone: America/Buenos_Aires (set from: [configuration file] // sess RESET will set to: [America/Buenos_Aires]// /etc/postgresql/13/main/postgresql.conf @ 563)
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): log_transaction_sample_rate: 0 (set from: [default] // sess RESET will set to: [0])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): log_truncate_on_rotation: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): logging_collector: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): logical_decoding_work_mem: 65536 kB (set from: [default] // sess RESET will set to: [65536])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): maintenance_io_concurrency: 10 (set from: [default] // sess RESET will set to: [10])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): maintenance_work_mem: 65536 kB (set from: [default] // sess RESET will set to: [65536])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): max_connections: 100 (set from: [configuration file] // sess RESET will set to: [100]// /etc/postgresql/13/main/postgresql.conf @ 64)
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): max_files_per_process: 1000 (set from: [default] // sess RESET will set to: [1000])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): max_function_args: 100 (set from: [default] // sess RESET will set to: [100])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): max_identifier_length: 63 (set from: [default] // sess RESET will set to: [63])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): max_index_keys: 32 (set from: [default] // sess RESET will set to: [32])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): max_locks_per_transaction: 64 (set from: [default] // sess RESET will set to: [64])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): max_logical_replication_workers: 4 (set from: [default] // sess RESET will set to: [4])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): max_parallel_maintenance_workers: 2 (set from: [default] // sess RESET will set to: [2])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): max_parallel_workers: 8 (set from: [default] // sess RESET will set to: [8])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): max_parallel_workers_per_gather: 2 (set from: [default] // sess RESET will set to: [2])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): max_pred_locks_per_page: 2 (set from: [default] // sess RESET will set to: [2])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): max_pred_locks_per_relation: -2 (set from: [default] // sess RESET will set to: [-2])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): max_pred_locks_per_transaction: 64 (set from: [default] // sess RESET will set to: [64])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): max_prepared_transactions: 0 (set from: [default] // sess RESET will set to: [0])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): max_replication_slots: 10 (set from: [default] // sess RESET will set to: [10])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): max_slot_wal_keep_size: -1 MB (set from: [default] // sess RESET will set to: [-1])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): max_stack_depth: 2048 kB (set from: [environment variable] // sess RESET will set to: [2048])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): max_standby_archive_delay: 30000 ms (set from: [default] // sess RESET will set to: [30000])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): max_standby_streaming_delay: 30000 ms (set from: [default] // sess RESET will set to: [30000])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): max_sync_workers_per_subscription: 2 (set from: [default] // sess RESET will set to: [2])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): max_wal_senders: 10 (set from: [default] // sess RESET will set to: [10])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): max_wal_size: 1024 MB (set from: [configuration file] // sess RESET will set to: [1024]// /etc/postgresql/13/main/postgresql.conf @ 228)
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): max_worker_processes: 8 (set from: [default] // sess RESET will set to: [8])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): min_parallel_index_scan_size: 64 8kB (set from: [default] // sess RESET will set to: [64])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): min_parallel_table_scan_size: 1024 8kB (set from: [default] // sess RESET will set to: [1024])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): min_wal_size: 80 MB (set from: [configuration file] // sess RESET will set to: [80]// /etc/postgresql/13/main/postgresql.conf @ 229)
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): old_snapshot_threshold: -1 min (set from: [default] // sess RESET will set to: [-1])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): operator_precedence_warning: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): parallel_leader_participation: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): parallel_setup_cost: 1000 (set from: [default] // sess RESET will set to: [1000])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): parallel_tuple_cost: 0.1 (set from: [default] // sess RESET will set to: [0.1])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): password_encryption: md5 (set from: [default] // sess RESET will set to: [md5])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): plan_cache_mode: auto (set from: [default] // sess RESET will set to: [auto])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): port: 5432 (set from: [configuration file] // sess RESET will set to: [5432]// /etc/postgresql/13/main/postgresql.conf @ 63)
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): post_auth_delay: 0 s (set from: [default] // sess RESET will set to: [0])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): pre_auth_delay: 0 s (set from: [default] // sess RESET will set to: [0])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): primary_conninfo:  (set from: [default] // sess RESET will set to: [])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): primary_slot_name:  (set from: [default] // sess RESET will set to: [])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): promote_trigger_file:  (set from: [default] // sess RESET will set to: [])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): quote_all_identifiers: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): random_page_cost: 4 (set from: [default] // sess RESET will set to: [4])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): recovery_end_command:  (set from: [default] // sess RESET will set to: [])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): recovery_min_apply_delay: 0 ms (set from: [default] // sess RESET will set to: [0])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): recovery_target:  (set from: [default] // sess RESET will set to: [])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): recovery_target_action: pause (set from: [default] // sess RESET will set to: [pause])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): recovery_target_inclusive: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): recovery_target_lsn:  (set from: [default] // sess RESET will set to: [])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): recovery_target_name:  (set from: [default] // sess RESET will set to: [])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): recovery_target_time:  (set from: [default] // sess RESET will set to: [])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): recovery_target_timeline: latest (set from: [default] // sess RESET will set to: [latest])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): recovery_target_xid:  (set from: [default] // sess RESET will set to: [])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): restart_after_crash: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): restore_command:  (set from: [default] // sess RESET will set to: [])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): row_security: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): search_path: "$user", public (set from: [default] // sess RESET will set to: ["$user", public])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): segment_size: 131072 8kB (set from: [default] // sess RESET will set to: [131072])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): seq_page_cost: 1 (set from: [default] // sess RESET will set to: [1])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): server_encoding: UTF8 (set from: [override] // sess RESET will set to: [UTF8])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): server_version: 13.3 (Debian 13.3-1) (set from: [default] // sess RESET will set to: [13.3 (Debian 13.3-1)])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): server_version_num: 130003 (set from: [default] // sess RESET will set to: [130003])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): session_preload_libraries:  (set from: [default] // sess RESET will set to: [])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): session_replication_role: origin (set from: [default] // sess RESET will set to: [origin])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): shared_buffers: 16384 8kB (set from: [configuration file] // sess RESET will set to: [16384]// /etc/postgresql/13/main/postgresql.conf @ 121)
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): shared_memory_type: mmap (set from: [default] // sess RESET will set to: [mmap])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): shared_preload_libraries:  (set from: [default] // sess RESET will set to: [])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): ssl: on (set from: [configuration file] // sess RESET will set to: [on]// /etc/postgresql/13/main/postgresql.conf @ 100)
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): ssl_ca_file:  (set from: [default] // sess RESET will set to: [])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): ssl_cert_file: /etc/ssl/certs/ssl-cert-snakeoil.pem (set from: [configuration file] // sess RESET will set to: [/etc/ssl/certs/ssl-cert-snakeoil.pem]// /etc/postgresql/13/main/postgresql.conf @ 102)
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): ssl_ciphers: HIGH:MEDIUM:+3DES:!aNULL (set from: [default] // sess RESET will set to: [HIGH:MEDIUM:+3DES:!aNULL])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): ssl_crl_file:  (set from: [default] // sess RESET will set to: [])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): ssl_dh_params_file:  (set from: [default] // sess RESET will set to: [])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): ssl_ecdh_curve: prime256v1 (set from: [default] // sess RESET will set to: [prime256v1])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): ssl_key_file: /etc/ssl/private/ssl-cert-snakeoil.key (set from: [configuration file] // sess RESET will set to: [/etc/ssl/private/ssl-cert-snakeoil.key]// /etc/postgresql/13/main/postgresql.conf @ 104)
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): ssl_library: OpenSSL (set from: [default] // sess RESET will set to: [OpenSSL])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): ssl_max_protocol_version:  (set from: [default] // sess RESET will set to: [])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): ssl_min_protocol_version: TLSv1.2 (set from: [default] // sess RESET will set to: [TLSv1.2])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): ssl_passphrase_command:  (set from: [default] // sess RESET will set to: [])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): ssl_passphrase_command_supports_reload: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): ssl_prefer_server_ciphers: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): standard_conforming_strings: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): statement_timeout: 0 ms (set from: [default] // sess RESET will set to: [0])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): stats_temp_directory: /var/run/postgresql/13-main.pg_stat_tmp (set from: [configuration file] // sess RESET will set to: [/var/run/postgresql/13-main.pg_stat_tmp]// /etc/postgresql/13/main/postgresql.conf @ 585)
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): superuser_reserved_connections: 3 (set from: [default] // sess RESET will set to: [3])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): synchronize_seqscans: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): synchronous_commit: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): synchronous_standby_names:  (set from: [default] // sess RESET will set to: [])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): syslog_facility: local0 (set from: [default] // sess RESET will set to: [local0])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): syslog_ident: postgres (set from: [default] // sess RESET will set to: [postgres])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): syslog_sequence_numbers: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): syslog_split_messages: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): tcp_keepalives_count: 0 (set from: [default] // sess RESET will set to: [0])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): tcp_keepalives_idle: 0 s (set from: [default] // sess RESET will set to: [0])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): tcp_keepalives_interval: 0 s (set from: [default] // sess RESET will set to: [0])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): tcp_user_timeout: 0 ms (set from: [default] // sess RESET will set to: [0])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): temp_buffers: 1024 8kB (set from: [default] // sess RESET will set to: [1024])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): temp_file_limit: -1 kB (set from: [default] // sess RESET will set to: [-1])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): temp_tablespaces:  (set from: [default] // sess RESET will set to: [])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): TimeZone: <-03>+03 (set from: [session] // sess RESET will set to: [America/Buenos_Aires])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): timezone_abbreviations: Default (set from: [default] // sess RESET will set to: [Default])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): trace_notify: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): trace_recovery_messages: log (set from: [default] // sess RESET will set to: [log])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): trace_sort: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): track_activities: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): track_activity_query_size: 1024 B (set from: [default] // sess RESET will set to: [1024])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): track_commit_timestamp: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): track_counts: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): track_functions: none (set from: [default] // sess RESET will set to: [none])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): track_io_timing: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): transaction_deferrable: off (set from: [override] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): transaction_isolation: serializable (set from: [session] // sess RESET will set to: [read committed])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): transaction_read_only: off (set from: [session] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): transform_null_equals: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): unix_socket_directories: /var/run/postgresql (set from: [configuration file] // sess RESET will set to: [/var/run/postgresql]// /etc/postgresql/13/main/postgresql.conf @ 66)
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): unix_socket_group:  (set from: [default] // sess RESET will set to: [])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): unix_socket_permissions: 0777 (set from: [default] // sess RESET will set to: [511])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): update_process_title: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): vacuum_cleanup_index_scale_factor: 0.1 (set from: [default] // sess RESET will set to: [0.1])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): vacuum_cost_delay: 0 ms (set from: [default] // sess RESET will set to: [0])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): vacuum_cost_limit: 200 (set from: [default] // sess RESET will set to: [200])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): vacuum_cost_page_dirty: 20 (set from: [default] // sess RESET will set to: [20])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): vacuum_cost_page_hit: 1 (set from: [default] // sess RESET will set to: [1])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): vacuum_cost_page_miss: 10 (set from: [default] // sess RESET will set to: [10])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): vacuum_defer_cleanup_age: 0 (set from: [default] // sess RESET will set to: [0])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): vacuum_freeze_min_age: 50000000 (set from: [default] // sess RESET will set to: [50000000])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): vacuum_freeze_table_age: 150000000 (set from: [default] // sess RESET will set to: [150000000])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): vacuum_multixact_freeze_min_age: 5000000 (set from: [default] // sess RESET will set to: [5000000])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): vacuum_multixact_freeze_table_age: 150000000 (set from: [default] // sess RESET will set to: [150000000])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): wal_block_size: 8192 (set from: [default] // sess RESET will set to: [8192])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): wal_buffers: 512 8kB (set from: [override] // sess RESET will set to: [512])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): wal_compression: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): wal_consistency_checking:  (set from: [default] // sess RESET will set to: [])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): wal_init_zero: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): wal_keep_size: 0 MB (set from: [default] // sess RESET will set to: [0])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): wal_level: replica (set from: [default] // sess RESET will set to: [replica])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): wal_log_hints: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): wal_receiver_create_temp_slot: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): wal_receiver_status_interval: 10 s (set from: [default] // sess RESET will set to: [10])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): wal_receiver_timeout: 60000 ms (set from: [default] // sess RESET will set to: [60000])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): wal_recycle: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): wal_retrieve_retry_interval: 5000 ms (set from: [default] // sess RESET will set to: [5000])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): wal_segment_size: 16777216 B (set from: [override] // sess RESET will set to: [16777216])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): wal_sender_timeout: 60000 ms (set from: [default] // sess RESET will set to: [60000])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): wal_skip_threshold: 2048 kB (set from: [default] // sess RESET will set to: [2048])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): wal_sync_method: fdatasync (set from: [default] // sess RESET will set to: [fdatasync])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): wal_writer_delay: 200 ms (set from: [default] // sess RESET will set to: [200])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): wal_writer_flush_after: 128 8kB (set from: [default] // sess RESET will set to: [128])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): work_mem: 4096 kB (set from: [default] // sess RESET will set to: [4096])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): xmlbinary: base64 (set from: [default] // sess RESET will set to: [base64])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): xmloption: content (set from: [default] // sess RESET will set to: [content])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): zero_damaged_pages: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (btree_gist,1.5,"support for indexing common datatypes in GiST")
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (seg,1.3,"data type for representing line segments or floating-point intervals")
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (insert_username,1.0,"functions for tracking who changed a table")
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (isn,1.2,"data types for international product numbering standards")
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (adminpack,2.1,"administrative functions for PostgreSQL")
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (citext,1.6,"data type for case-insensitive character strings")
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (hstore,1.7,"data type for storing sets of (key, value) pairs")
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (file_fdw,1.0,"foreign-data wrapper for flat file access")
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (btree_gin,1.3,"support for indexing common datatypes in GIN")
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (sslinfo,1.2,"information about SSL certificates")
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (pg_buffercache,1.3,"examine the shared buffer cache")
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (bloom,1.0,"bloom access method - signature file based index")
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (tcn,1.0,"Triggered change notifications")
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (pgcrypto,1.3,"cryptographic functions")
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (dict_int,1.0,"text search dictionary template for integers")
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (tsm_system_rows,1.0,"TABLESAMPLE method which accepts number of rows as a limit")
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (unaccent,1.1,"text search dictionary that removes accents")
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (uuid-ossp,1.1,"generate universally unique identifiers (UUIDs)")
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (dblink,1.2,"connect to other PostgreSQL databases from within a database")
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (pageinspect,1.8,"inspect the contents of database pages at a low level")
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (cube,1.4,"data type for multidimensional cubes")
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (postgres_fdw,1.0,"foreign-data wrapper for remote PostgreSQL servers")
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (pgrowlocks,1.2,"show row-level locking information")
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (refint,1.0,"functions for implementing referential integrity (obsolete)")
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (tablefunc,1.0,"functions that manipulate whole tables, including crosstab")
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (pg_visibility,1.2,"examine the visibility map (VM) and page-level visibility info")
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (pg_prewarm,1.2,"prewarm relation data")
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (autoinc,1.0,"functions for autoincrementing fields")
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (ltree,1.2,"data type for hierarchical tree-like structures")
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (pgstattuple,1.5,"show tuple-level statistics")
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (moddatetime,1.0,"functions for tracking last modification time")
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (tsm_system_time,1.0,"TABLESAMPLE method which accepts time in milliseconds as a limit")
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (lo,1.1,"Large Object maintenance")
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (earthdistance,1.1,"calculate great-circle distances on the surface of the Earth")
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (pg_trgm,1.5,"text similarity measurement and index searching based on trigrams")
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (plpgsql,1.0,"PL/pgSQL procedural language")
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (amcheck,1.2,"functions for verifying relation integrity")
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (pg_freespacemap,1.2,"examine the free space map (FSM)")
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (xml2,1.1,"XPath querying and XSLT")
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (intarray,1.3,"functions, operators, and index support for 1-D arrays of integers")
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (intagg,1.1,"integer aggregator and enumerator (obsolete)")
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (fuzzystrmatch,1.1,"determine similarities and distance between strings")
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (dict_xsyn,1.0,"text search dictionary template for extended synonym processing")
2021-08-23 19:09:03  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (pg_stat_statements,1.8,"track planning and execution statistics of all SQL statements executed")
2021-08-23 19:09:03  INFO      gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/server/bootstrap/./bootstrap_gm_db_system.py::__bootstrap() #652): creating database-specific authentication group role
2021-08-23 19:09:03  INFO      gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/server/bootstrap/./bootstrap_gm_db_system.py::db_group_exists() #235): group [gnumed_v2] exists
2021-08-23 19:09:03  INFO      gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/server/bootstrap/./bootstrap_gm_db_system.py::db_group_exists() #235): group [gnumed_v2] exists
2021-08-23 19:09:03  DEBUG     gm.cfg        [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmCfg2.py::get() #396): option [reindex] not in group [database core] in source [file]
2021-08-23 19:09:03  INFO      gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/server/bootstrap/./bootstrap_gm_db_system.py::reindex_all() #1175): REINDEXing cloned target database so upgrade does not fail in case of a broken index
2021-08-23 19:09:03  INFO      gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/server/bootstrap/./bootstrap_gm_db_system.py::reindex_all() #1176): this may potentially take "quite a long time" depending on how much data there is in the database
2021-08-23 19:09:03  INFO      gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/server/bootstrap/./bootstrap_gm_db_system.py::reindex_all() #1177): you may want to monitor the PostgreSQL log for signs of progress
2021-08-23 19:09:03  DEBUG     gm.cfg        [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmCfg2.py::get() #396): option [revalidate] not in group [database core] in source [file]
2021-08-23 19:09:03  INFO      gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/server/bootstrap/./bootstrap_gm_db_system.py::revalidate_constraints() #1221): reVALIDATing CONSTRAINTs in cloned target database so upgrade does not fail due to broken data
2021-08-23 19:09:03  INFO      gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/server/bootstrap/./bootstrap_gm_db_system.py::revalidate_constraints() #1222): this may potentially take "quite a long time" depending on how much data there is in the database
2021-08-23 19:09:03  INFO      gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/server/bootstrap/./bootstrap_gm_db_system.py::revalidate_constraints() #1223): you may want to monitor the PostgreSQL log for signs of progress
2021-08-23 19:09:03  DEBUG     gm.cfg        [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmCfg2.py::get() #398): option [database core::superuser schema] found in source [file]
2021-08-23 19:09:03  DEBUG     gm.cfg        [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmCfg2.py::get() #398): option [database core::superuser schema] found in source [file]
2021-08-23 19:09:03  DEBUG     gm.cfg        [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmCfg2.py::get() #398): option [database core::schema base directory] found in source [file]
2021-08-23 19:09:03  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #63): processing [../sql/gmCreateProceduralLanguages.sql]
2021-08-23 19:09:03  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #68): session auth: postgres
2021-08-23 19:09:03  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #144): create language 'plpgsql'
Traceback (most recent call last):
  File "/var/lib/gnumed/Gnumed/pycommon/gmPsql.py", line 137, in run
    curs.execute(curr_cmd)
  File "/usr/lib/python3/dist-packages/psycopg2/extras.py", line 146, in execute
    return super(DictCursor, self).execute(query, vars)
psycopg2.errors.DuplicateObject: extension "plpgsql" already exists

2021-08-23 19:09:03  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #148): ../sql/gmCreateProceduralLanguages.sql:20: extension "plpgsql" already exists
2021-08-23 19:09:03  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags message_primary: extension "plpgsql" already exists
2021-08-23 19:09:03  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity: ERROR
2021-08-23 19:09:03  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity_nonlocalized: ERROR
2021-08-23 19:09:03  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_file: extension.c
2021-08-23 19:09:03  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_function: CreateExtension
2021-08-23 19:09:03  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_line: 1802
2021-08-23 19:09:03  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags sqlstate: 42710
2021-08-23 19:09:03  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #140): cursor data: [[True]]
2021-08-23 19:09:03  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #144):
drop function check_plpgsql_existence()
Traceback (most recent call last):
  File "/var/lib/gnumed/Gnumed/pycommon/gmPsql.py", line 137, in run
    curs.execute(curr_cmd)
  File "/usr/lib/python3/dist-packages/psycopg2/extras.py", line 146, in execute
    return super(DictCursor, self).execute(query, vars)
psycopg2.errors.UndefinedFunction: function check_plpgsql_existence() does not exist

2021-08-23 19:09:03  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #148): ../sql/gmCreateProceduralLanguages.sql:47: function check_plpgsql_existence() does not exist
2021-08-23 19:09:03  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags message_primary: function check_plpgsql_existence() does not exist
2021-08-23 19:09:03  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity: ERROR
2021-08-23 19:09:03  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity_nonlocalized: ERROR
2021-08-23 19:09:03  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_file: parse_func.c
2021-08-23 19:09:03  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_function: LookupFuncWithArgs
2021-08-23 19:09:03  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_line: 2318
2021-08-23 19:09:03  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags sqlstate: 42883
2021-08-23 19:09:03  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #90): "\set" found: ('ON_ERROR_STOP', '1')
2021-08-23 19:09:03  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #175): session auth after sql file processing: postgres
2021-08-23 19:09:03  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #63): processing [../sql/gmCreateUserFunction.sql]
2021-08-23 19:09:03  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #68): session auth: postgres
2021-08-23 19:09:03  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #90): "\set" found: ('ON_ERROR_STOP', '1')
2021-08-23 19:09:03  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #175): session auth after sql file processing: postgres
2021-08-23 19:09:03  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #63): processing [../sql/gmPublicAccounts.sql]
2021-08-23 19:09:03  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #68): session auth: postgres
2021-08-23 19:09:03  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #140): cursor data: [[True]]
2021-08-23 19:09:03  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #144):
INSERT INTO gm_schema_revision (filename, version) VALUES('$RCSfile: gmPublicAccounts.sql,v $', '$Revision: 1.8 $')
Traceback (most recent call last):
  File "/var/lib/gnumed/Gnumed/pycommon/gmPsql.py", line 137, in run
    curs.execute(curr_cmd)
  File "/usr/lib/python3/dist-packages/psycopg2/extras.py", line 146, in execute
    return super(DictCursor, self).execute(query, vars)
psycopg2.errors.UndefinedTable: relation "gm_schema_revision" does not exist
LÍNEA 2: INSERT INTO gm_schema_revision (filename, version) VALUES('$...
                     ^

2021-08-23 19:09:03  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #148): ../sql/gmPublicAccounts.sql:27: relation "gm_schema_revision" does not existLÍNEA 2: INSERT INTO gm_schema_revision (filename, version) VALUES('$...                     ^
2021-08-23 19:09:03  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags message_primary: relation "gm_schema_revision" does not exist
2021-08-23 19:09:03  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity: ERROR
2021-08-23 19:09:03  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity_nonlocalized: ERROR
2021-08-23 19:09:03  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_file: parse_relation.c
2021-08-23 19:09:03  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_function: parserOpenTable
2021-08-23 19:09:03  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_line: 1373
2021-08-23 19:09:03  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags sqlstate: 42P01
2021-08-23 19:09:03  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags statement_position: 14
2021-08-23 19:09:03  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #175): session auth after sql file processing: postgres
2021-08-23 19:09:03  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #63): processing [../sql/gmTestAccounts.sql]
2021-08-23 19:09:03  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #68): session auth: postgres
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #90): "\set" found: ('ON_ERROR_STOP', '1')
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #175): session auth after sql file processing: postgres
2021-08-23 19:09:04  DEBUG     gm.cfg        [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmCfg2.py::get() #396): option [transfer users] not in group [database core] in source [file]
2021-08-23 19:09:04  INFO      gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/server/bootstrap/./bootstrap_gm_db_system.py::transfer_users() #1257): user transfer not defined
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/server/bootstrap/./bootstrap_gm_db_system.py::__connect_owner_to_db() #788): __connect_owner_to_db
2021-08-23 19:09:04  INFO      gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/server/bootstrap/./bootstrap_gm_db_system.py::connect() #275): trying DB connection to gnumed_v2 on localhost as postgres
2021-08-23 19:09:04  INFO      gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::_set_database() #183): [gnumed_v2]
2021-08-23 19:09:04  INFO      gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::_set_host() #196): [None]
2021-08-23 19:09:04  INFO      gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::_set_port() #205): [5432]
2021-08-23 19:09:04  INFO      gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::_set_user() #221): [postgres]
2021-08-23 19:09:04  INFO      gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::_set_password() #233): password was set
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::_set_credentials() #592): invalidating pooled connections on credentials change
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::get_raw_connection() #358): established connection "postgres@gnumed_vX", backend PID: 158867
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::get_raw_connection() #368): autocommit is desired to be: False
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::get_raw_connection() #374): enabling <plpgsql.extra_warnings/_errors>
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::get_connection() #291): desired client (wire) encoding: [UTF8]
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::get_connection() #308): client timezone [-03]
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_conn_state() #864): <connection object at 0x7f18a1d4e900; dsn: 'user=postgres password=xxx dbname=gnumed_v2 port=5432 client_encoding=UTF8 application_name=postgres@gnumed_vX fallback_application_name=GNUmed sslmode=prefer', closed: 0>
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_conn_state() #866): identity: 139743771027712
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_conn_state() #866): backend PID: 158867
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_conn_state() #866): protocol version: 3
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_conn_state() #866): encoding: UTF8
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_conn_state() #866): closed: 0
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_conn_state() #866): readonly: False
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_conn_state() #866): autocommit: False
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_conn_state() #866): isolation level (psyco): 3 (ISOLATION_LEVEL_SERIALIZABLE)
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_conn_state() #866): async: 0
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_conn_state() #866): deferrable: None
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_conn_state() #866): transaction status: 0 (TRANSACTION_STATUS_IDLE)
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_conn_state() #866): connection status: 1 (STATUS_READY)
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_conn_state() #866): executing async op: False
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_conn_state() #866): type: <class 'psycopg2.extras.DictConnection'>
2021-08-23 19:09:04  INFO      gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/server/bootstrap/./bootstrap_gm_db_system.py::connect() #288): successfully connected
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/server/bootstrap/./bootstrap_gm_db_system.py::__connect_superuser_to_db() #765): PostgreSQL 10 onwards: <sql_inheritance> hardwired
Traceback (most recent call last):
  File "/var/lib/gnumed/server/bootstrap/./bootstrap_gm_db_system.py", line 763, in __connect_superuser_to_db
    curs.execute("alter database %s set sql_inheritance to DEFAULT" % self.name)
  File "/usr/lib/python3/dist-packages/psycopg2/extras.py", line 146, in execute
    return super(DictCursor, self).execute(query, vars)
psycopg2.errors.UndefinedObject: unrecognized configuration parameter "sql_inheritance"

2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/server/bootstrap/./bootstrap_gm_db_system.py::__connect_superuser_to_db() #775): PostgreSQL version < 9.5 does not support <track_commit_timestamp> OR <track_commit_timestamp> cannot be set at runtime
Traceback (most recent call last):
  File "/var/lib/gnumed/server/bootstrap/./bootstrap_gm_db_system.py", line 773, in __connect_superuser_to_db
    curs.execute("alter database %s set track_commit_timestamp to on" % self.name)
  File "/usr/lib/python3/dist-packages/psycopg2/extras.py", line 146, in execute
    return super(DictCursor, self).execute(query, vars)
psycopg2.errors.CantChangeRuntimeParam: parameter "track_commit_timestamp" cannot be changed without restarting the server

2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): allow_system_table_mods: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): application_name: postgres@gnumed_vX (set from: [client] // sess RESET will set to: [postgres@gnumed_vX])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): archive_cleanup_command:  (set from: [default] // sess RESET will set to: [])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): archive_command: (disabled) (set from: [default] // sess RESET will set to: [])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): archive_mode: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): archive_timeout: 0 s (set from: [default] // sess RESET will set to: [0])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): array_nulls: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): authentication_timeout: 60 s (set from: [default] // sess RESET will set to: [60])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): autovacuum: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): autovacuum_analyze_scale_factor: 0.1 (set from: [default] // sess RESET will set to: [0.1])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): autovacuum_analyze_threshold: 50 (set from: [default] // sess RESET will set to: [50])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): autovacuum_freeze_max_age: 200000000 (set from: [default] // sess RESET will set to: [200000000])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): autovacuum_max_workers: 3 (set from: [default] // sess RESET will set to: [3])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): autovacuum_multixact_freeze_max_age: 400000000 (set from: [default] // sess RESET will set to: [400000000])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): autovacuum_naptime: 60 s (set from: [default] // sess RESET will set to: [60])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): autovacuum_vacuum_cost_delay: 2 ms (set from: [default] // sess RESET will set to: [2])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): autovacuum_vacuum_cost_limit: -1 (set from: [default] // sess RESET will set to: [-1])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): autovacuum_vacuum_insert_scale_factor: 0.2 (set from: [default] // sess RESET will set to: [0.2])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): autovacuum_vacuum_insert_threshold: 1000 (set from: [default] // sess RESET will set to: [1000])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): autovacuum_vacuum_scale_factor: 0.2 (set from: [default] // sess RESET will set to: [0.2])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): autovacuum_vacuum_threshold: 50 (set from: [default] // sess RESET will set to: [50])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): autovacuum_work_mem: -1 kB (set from: [default] // sess RESET will set to: [-1])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): backend_flush_after: 0 8kB (set from: [default] // sess RESET will set to: [0])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): backslash_quote: safe_encoding (set from: [default] // sess RESET will set to: [safe_encoding])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): backtrace_functions:  (set from: [default] // sess RESET will set to: [])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): bgwriter_delay: 200 ms (set from: [default] // sess RESET will set to: [200])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): bgwriter_flush_after: 64 8kB (set from: [default] // sess RESET will set to: [64])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): bgwriter_lru_maxpages: 100 (set from: [default] // sess RESET will set to: [100])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): bgwriter_lru_multiplier: 2 (set from: [default] // sess RESET will set to: [2])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): block_size: 8192 (set from: [default] // sess RESET will set to: [8192])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): bonjour: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): bonjour_name:  (set from: [default] // sess RESET will set to: [])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): bytea_output: hex (set from: [default] // sess RESET will set to: [hex])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): check_function_bodies: on (set from: [database] // sess RESET will set to: [on])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): checkpoint_completion_target: 0.5 (set from: [default] // sess RESET will set to: [0.5])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): checkpoint_flush_after: 32 8kB (set from: [default] // sess RESET will set to: [32])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): checkpoint_timeout: 300 s (set from: [default] // sess RESET will set to: [300])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): checkpoint_warning: 30 s (set from: [default] // sess RESET will set to: [30])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): client_encoding: UTF8 (set from: [client] // sess RESET will set to: [UTF8])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): client_min_messages: notice (set from: [default] // sess RESET will set to: [notice])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): cluster_name: 13/main (set from: [configuration file] // sess RESET will set to: [13/main]// /etc/postgresql/13/main/postgresql.conf @ 569)
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): commit_delay: 0 (set from: [default] // sess RESET will set to: [0])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): commit_siblings: 5 (set from: [default] // sess RESET will set to: [5])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): config_file: /etc/postgresql/13/main/postgresql.conf (set from: [override] // sess RESET will set to: [/etc/postgresql/13/main/postgresql.conf])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): constraint_exclusion: partition (set from: [default] // sess RESET will set to: [partition])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): cpu_index_tuple_cost: 0.005 (set from: [default] // sess RESET will set to: [0.005])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): cpu_operator_cost: 0.0025 (set from: [default] // sess RESET will set to: [0.0025])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): cpu_tuple_cost: 0.01 (set from: [default] // sess RESET will set to: [0.01])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): cursor_tuple_fraction: 0.1 (set from: [default] // sess RESET will set to: [0.1])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): data_checksums: off (set from: [override] // sess RESET will set to: [off])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): data_directory: /var/lib/postgresql/13/main (set from: [override] // sess RESET will set to: [/var/lib/postgresql/13/main])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): data_directory_mode: 0700 (set from: [default] // sess RESET will set to: [448])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): data_sync_retry: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): DateStyle: ISO, DMY (set from: [configuration file] // sess RESET will set to: [ISO, DMY]// /etc/postgresql/13/main/postgresql.conf @ 678)
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): db_user_namespace: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): deadlock_timeout: 1000 ms (set from: [default] // sess RESET will set to: [1000])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): debug_assertions: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): debug_pretty_print: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): debug_print_parse: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): debug_print_plan: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): debug_print_rewritten: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): default_statistics_target: 100 (set from: [default] // sess RESET will set to: [100])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): default_table_access_method: heap (set from: [default] // sess RESET will set to: [heap])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): default_tablespace:  (set from: [default] // sess RESET will set to: [])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): default_text_search_config: pg_catalog.spanish (set from: [configuration file] // sess RESET will set to: [pg_catalog.spanish]// /etc/postgresql/13/main/postgresql.conf @ 701)
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): default_transaction_deferrable: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): default_transaction_isolation: read committed (set from: [default] // sess RESET will set to: [read committed])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): default_transaction_read_only: off (set from: [session] // sess RESET will set to: [on])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): dynamic_library_path: $libdir (set from: [default] // sess RESET will set to: [$libdir])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): dynamic_shared_memory_type: posix (set from: [configuration file] // sess RESET will set to: [posix]// /etc/postgresql/13/main/postgresql.conf @ 142)
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): effective_cache_size: 524288 8kB (set from: [default] // sess RESET will set to: [524288])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): effective_io_concurrency: 1 (set from: [default] // sess RESET will set to: [1])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): enable_bitmapscan: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): enable_gathermerge: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): enable_hashagg: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): enable_hashjoin: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): enable_incremental_sort: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): enable_indexonlyscan: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): enable_indexscan: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): enable_material: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): enable_mergejoin: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): enable_nestloop: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): enable_parallel_append: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): enable_parallel_hash: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): enable_partition_pruning: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): enable_partitionwise_aggregate: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): enable_partitionwise_join: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): enable_seqscan: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): enable_sort: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): enable_tidscan: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): escape_string_warning: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): event_source: PostgreSQL (set from: [default] // sess RESET will set to: [PostgreSQL])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): exit_on_error: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): extension_destdir:  (set from: [default] // sess RESET will set to: [])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): external_pid_file: /var/run/postgresql/13-main.pid (set from: [configuration file] // sess RESET will set to: [/var/run/postgresql/13-main.pid]// /etc/postgresql/13/main/postgresql.conf @ 49)
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): extra_float_digits: 1 (set from: [default] // sess RESET will set to: [1])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): force_parallel_mode: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): from_collapse_limit: 8 (set from: [default] // sess RESET will set to: [8])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): fsync: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): full_page_writes: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): geqo: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): geqo_effort: 5 (set from: [default] // sess RESET will set to: [5])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): geqo_generations: 0 (set from: [default] // sess RESET will set to: [0])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): geqo_pool_size: 0 (set from: [default] // sess RESET will set to: [0])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): geqo_seed: 0 (set from: [default] // sess RESET will set to: [0])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): geqo_selection_bias: 2 (set from: [default] // sess RESET will set to: [2])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): geqo_threshold: 12 (set from: [default] // sess RESET will set to: [12])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): gin_fuzzy_search_limit: 0 (set from: [default] // sess RESET will set to: [0])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): gin_pending_list_limit: 4096 kB (set from: [default] // sess RESET will set to: [4096])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): hash_mem_multiplier: 1 (set from: [default] // sess RESET will set to: [1])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): hba_file: /etc/postgresql/13/main/pg_hba.conf (set from: [override] // sess RESET will set to: [/etc/postgresql/13/main/pg_hba.conf])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): hot_standby: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): hot_standby_feedback: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): huge_pages: try (set from: [default] // sess RESET will set to: [try])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): ident_file: /etc/postgresql/13/main/pg_ident.conf (set from: [override] // sess RESET will set to: [/etc/postgresql/13/main/pg_ident.conf])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): idle_in_transaction_session_timeout: 0 ms (set from: [default] // sess RESET will set to: [0])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): ignore_checksum_failure: off (set from: [database] // sess RESET will set to: [off])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): ignore_invalid_pages: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): ignore_system_indexes: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): integer_datetimes: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): IntervalStyle: postgres (set from: [default] // sess RESET will set to: [postgres])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): jit: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): jit_above_cost: 100000 (set from: [default] // sess RESET will set to: [100000])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): jit_debugging_support: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): jit_dump_bitcode: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): jit_expressions: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): jit_inline_above_cost: 500000 (set from: [default] // sess RESET will set to: [500000])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): jit_optimize_above_cost: 500000 (set from: [default] // sess RESET will set to: [500000])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): jit_profiling_support: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): jit_provider: llvmjit (set from: [default] // sess RESET will set to: [llvmjit])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): jit_tuple_deforming: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): join_collapse_limit: 8 (set from: [default] // sess RESET will set to: [8])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): krb_caseins_users: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): krb_server_keyfile: FILE:/etc/postgresql-common/krb5.keytab (set from: [default] // sess RESET will set to: [FILE:/etc/postgresql-common/krb5.keytab])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): lc_collate: es_AR.UTF-8 (set from: [override] // sess RESET will set to: [es_AR.UTF-8])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): lc_ctype: es_AR.UTF-8 (set from: [override] // sess RESET will set to: [es_AR.UTF-8])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): lc_messages: C (set from: [session] // sess RESET will set to: [C])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): lc_monetary: es_AR.UTF-8 (set from: [configuration file] // sess RESET will set to: [es_AR.UTF-8]// /etc/postgresql/13/main/postgresql.conf @ 696)
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): lc_numeric: es_AR.UTF-8 (set from: [configuration file] // sess RESET will set to: [es_AR.UTF-8]// /etc/postgresql/13/main/postgresql.conf @ 697)
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): lc_time: es_AR.UTF-8 (set from: [configuration file] // sess RESET will set to: [es_AR.UTF-8]// /etc/postgresql/13/main/postgresql.conf @ 698)
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): listen_addresses: localhost (set from: [default] // sess RESET will set to: [localhost])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): lo_compat_privileges: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): local_preload_libraries:  (set from: [default] // sess RESET will set to: [])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): lock_timeout: 0 ms (set from: [default] // sess RESET will set to: [0])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): log_autovacuum_min_duration: -1 ms (set from: [default] // sess RESET will set to: [-1])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): log_checkpoints: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): log_connections: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): log_destination: stderr (set from: [default] // sess RESET will set to: [stderr])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): log_directory: log (set from: [default] // sess RESET will set to: [log])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): log_disconnections: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): log_duration: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): log_error_verbosity: default (set from: [default] // sess RESET will set to: [default])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): log_executor_stats: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): log_file_mode: 0600 (set from: [default] // sess RESET will set to: [384])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): log_filename: postgresql-%Y-%m-%d_%H%M%S.log (set from: [default] // sess RESET will set to: [postgresql-%Y-%m-%d_%H%M%S.log])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): log_hostname: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): log_line_prefix: %m [%p] %q%u@%d  (set from: [configuration file] // sess RESET will set to: [%m [%p] %q%u@%d ]// /etc/postgresql/13/main/postgresql.conf @ 529)
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): log_lock_waits: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): log_min_duration_sample: -1 ms (set from: [default] // sess RESET will set to: [-1])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): log_min_duration_statement: -1 ms (set from: [default] // sess RESET will set to: [-1])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): log_min_error_statement: error (set from: [default] // sess RESET will set to: [error])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): log_min_messages: warning (set from: [default] // sess RESET will set to: [warning])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): log_parameter_max_length: -1 B (set from: [default] // sess RESET will set to: [-1])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): log_parameter_max_length_on_error: 0 B (set from: [default] // sess RESET will set to: [0])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): log_parser_stats: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): log_planner_stats: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): log_replication_commands: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): log_rotation_age: 1440 min (set from: [default] // sess RESET will set to: [1440])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): log_rotation_size: 10240 kB (set from: [default] // sess RESET will set to: [10240])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): log_statement: none (set from: [default] // sess RESET will set to: [none])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): log_statement_sample_rate: 1 (set from: [default] // sess RESET will set to: [1])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): log_statement_stats: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): log_temp_files: -1 kB (set from: [default] // sess RESET will set to: [-1])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): log_timezone: America/Buenos_Aires (set from: [configuration file] // sess RESET will set to: [America/Buenos_Aires]// /etc/postgresql/13/main/postgresql.conf @ 563)
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): log_transaction_sample_rate: 0 (set from: [default] // sess RESET will set to: [0])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): log_truncate_on_rotation: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): logging_collector: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): logical_decoding_work_mem: 65536 kB (set from: [default] // sess RESET will set to: [65536])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): maintenance_io_concurrency: 10 (set from: [default] // sess RESET will set to: [10])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): maintenance_work_mem: 65536 kB (set from: [default] // sess RESET will set to: [65536])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): max_connections: 100 (set from: [configuration file] // sess RESET will set to: [100]// /etc/postgresql/13/main/postgresql.conf @ 64)
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): max_files_per_process: 1000 (set from: [default] // sess RESET will set to: [1000])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): max_function_args: 100 (set from: [default] // sess RESET will set to: [100])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): max_identifier_length: 63 (set from: [default] // sess RESET will set to: [63])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): max_index_keys: 32 (set from: [default] // sess RESET will set to: [32])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): max_locks_per_transaction: 64 (set from: [default] // sess RESET will set to: [64])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): max_logical_replication_workers: 4 (set from: [default] // sess RESET will set to: [4])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): max_parallel_maintenance_workers: 2 (set from: [default] // sess RESET will set to: [2])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): max_parallel_workers: 8 (set from: [default] // sess RESET will set to: [8])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): max_parallel_workers_per_gather: 2 (set from: [default] // sess RESET will set to: [2])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): max_pred_locks_per_page: 2 (set from: [default] // sess RESET will set to: [2])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): max_pred_locks_per_relation: -2 (set from: [default] // sess RESET will set to: [-2])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): max_pred_locks_per_transaction: 64 (set from: [default] // sess RESET will set to: [64])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): max_prepared_transactions: 0 (set from: [default] // sess RESET will set to: [0])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): max_replication_slots: 10 (set from: [default] // sess RESET will set to: [10])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): max_slot_wal_keep_size: -1 MB (set from: [default] // sess RESET will set to: [-1])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): max_stack_depth: 2048 kB (set from: [environment variable] // sess RESET will set to: [2048])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): max_standby_archive_delay: 30000 ms (set from: [default] // sess RESET will set to: [30000])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): max_standby_streaming_delay: 30000 ms (set from: [default] // sess RESET will set to: [30000])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): max_sync_workers_per_subscription: 2 (set from: [default] // sess RESET will set to: [2])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): max_wal_senders: 10 (set from: [default] // sess RESET will set to: [10])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): max_wal_size: 1024 MB (set from: [configuration file] // sess RESET will set to: [1024]// /etc/postgresql/13/main/postgresql.conf @ 228)
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): max_worker_processes: 8 (set from: [default] // sess RESET will set to: [8])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): min_parallel_index_scan_size: 64 8kB (set from: [default] // sess RESET will set to: [64])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): min_parallel_table_scan_size: 1024 8kB (set from: [default] // sess RESET will set to: [1024])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): min_wal_size: 80 MB (set from: [configuration file] // sess RESET will set to: [80]// /etc/postgresql/13/main/postgresql.conf @ 229)
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): old_snapshot_threshold: -1 min (set from: [default] // sess RESET will set to: [-1])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): operator_precedence_warning: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): parallel_leader_participation: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): parallel_setup_cost: 1000 (set from: [default] // sess RESET will set to: [1000])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): parallel_tuple_cost: 0.1 (set from: [default] // sess RESET will set to: [0.1])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): password_encryption: md5 (set from: [default] // sess RESET will set to: [md5])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): plan_cache_mode: auto (set from: [default] // sess RESET will set to: [auto])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): port: 5432 (set from: [configuration file] // sess RESET will set to: [5432]// /etc/postgresql/13/main/postgresql.conf @ 63)
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): post_auth_delay: 0 s (set from: [default] // sess RESET will set to: [0])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): pre_auth_delay: 0 s (set from: [default] // sess RESET will set to: [0])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): primary_conninfo:  (set from: [default] // sess RESET will set to: [])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): primary_slot_name:  (set from: [default] // sess RESET will set to: [])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): promote_trigger_file:  (set from: [default] // sess RESET will set to: [])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): quote_all_identifiers: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): random_page_cost: 4 (set from: [default] // sess RESET will set to: [4])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): recovery_end_command:  (set from: [default] // sess RESET will set to: [])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): recovery_min_apply_delay: 0 ms (set from: [default] // sess RESET will set to: [0])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): recovery_target:  (set from: [default] // sess RESET will set to: [])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): recovery_target_action: pause (set from: [default] // sess RESET will set to: [pause])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): recovery_target_inclusive: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): recovery_target_lsn:  (set from: [default] // sess RESET will set to: [])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): recovery_target_name:  (set from: [default] // sess RESET will set to: [])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): recovery_target_time:  (set from: [default] // sess RESET will set to: [])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): recovery_target_timeline: latest (set from: [default] // sess RESET will set to: [latest])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): recovery_target_xid:  (set from: [default] // sess RESET will set to: [])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): restart_after_crash: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): restore_command:  (set from: [default] // sess RESET will set to: [])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): row_security: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): search_path: "$user", public (set from: [default] // sess RESET will set to: ["$user", public])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): segment_size: 131072 8kB (set from: [default] // sess RESET will set to: [131072])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): seq_page_cost: 1 (set from: [default] // sess RESET will set to: [1])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): server_encoding: UTF8 (set from: [override] // sess RESET will set to: [UTF8])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): server_version: 13.3 (Debian 13.3-1) (set from: [default] // sess RESET will set to: [13.3 (Debian 13.3-1)])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): server_version_num: 130003 (set from: [default] // sess RESET will set to: [130003])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): session_preload_libraries:  (set from: [default] // sess RESET will set to: [])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): session_replication_role: origin (set from: [default] // sess RESET will set to: [origin])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): shared_buffers: 16384 8kB (set from: [configuration file] // sess RESET will set to: [16384]// /etc/postgresql/13/main/postgresql.conf @ 121)
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): shared_memory_type: mmap (set from: [default] // sess RESET will set to: [mmap])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): shared_preload_libraries:  (set from: [default] // sess RESET will set to: [])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): ssl: on (set from: [configuration file] // sess RESET will set to: [on]// /etc/postgresql/13/main/postgresql.conf @ 100)
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): ssl_ca_file:  (set from: [default] // sess RESET will set to: [])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): ssl_cert_file: /etc/ssl/certs/ssl-cert-snakeoil.pem (set from: [configuration file] // sess RESET will set to: [/etc/ssl/certs/ssl-cert-snakeoil.pem]// /etc/postgresql/13/main/postgresql.conf @ 102)
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): ssl_ciphers: HIGH:MEDIUM:+3DES:!aNULL (set from: [default] // sess RESET will set to: [HIGH:MEDIUM:+3DES:!aNULL])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): ssl_crl_file:  (set from: [default] // sess RESET will set to: [])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): ssl_dh_params_file:  (set from: [default] // sess RESET will set to: [])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): ssl_ecdh_curve: prime256v1 (set from: [default] // sess RESET will set to: [prime256v1])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): ssl_key_file: /etc/ssl/private/ssl-cert-snakeoil.key (set from: [configuration file] // sess RESET will set to: [/etc/ssl/private/ssl-cert-snakeoil.key]// /etc/postgresql/13/main/postgresql.conf @ 104)
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): ssl_library: OpenSSL (set from: [default] // sess RESET will set to: [OpenSSL])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): ssl_max_protocol_version:  (set from: [default] // sess RESET will set to: [])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): ssl_min_protocol_version: TLSv1.2 (set from: [default] // sess RESET will set to: [TLSv1.2])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): ssl_passphrase_command:  (set from: [default] // sess RESET will set to: [])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): ssl_passphrase_command_supports_reload: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): ssl_prefer_server_ciphers: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): standard_conforming_strings: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): statement_timeout: 0 ms (set from: [default] // sess RESET will set to: [0])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): stats_temp_directory: /var/run/postgresql/13-main.pg_stat_tmp (set from: [configuration file] // sess RESET will set to: [/var/run/postgresql/13-main.pg_stat_tmp]// /etc/postgresql/13/main/postgresql.conf @ 585)
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): superuser_reserved_connections: 3 (set from: [default] // sess RESET will set to: [3])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): synchronize_seqscans: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): synchronous_commit: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): synchronous_standby_names:  (set from: [default] // sess RESET will set to: [])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): syslog_facility: local0 (set from: [default] // sess RESET will set to: [local0])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): syslog_ident: postgres (set from: [default] // sess RESET will set to: [postgres])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): syslog_sequence_numbers: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): syslog_split_messages: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): tcp_keepalives_count: 0 (set from: [default] // sess RESET will set to: [0])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): tcp_keepalives_idle: 0 s (set from: [default] // sess RESET will set to: [0])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): tcp_keepalives_interval: 0 s (set from: [default] // sess RESET will set to: [0])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): tcp_user_timeout: 0 ms (set from: [default] // sess RESET will set to: [0])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): temp_buffers: 1024 8kB (set from: [default] // sess RESET will set to: [1024])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): temp_file_limit: -1 kB (set from: [default] // sess RESET will set to: [-1])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): temp_tablespaces:  (set from: [default] // sess RESET will set to: [])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): TimeZone: <-03>+03 (set from: [session] // sess RESET will set to: [America/Buenos_Aires])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): timezone_abbreviations: Default (set from: [default] // sess RESET will set to: [Default])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): trace_notify: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): trace_recovery_messages: log (set from: [default] // sess RESET will set to: [log])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): trace_sort: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): track_activities: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): track_activity_query_size: 1024 B (set from: [default] // sess RESET will set to: [1024])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): track_commit_timestamp: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): track_counts: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): track_functions: none (set from: [default] // sess RESET will set to: [none])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): track_io_timing: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): transaction_deferrable: off (set from: [override] // sess RESET will set to: [off])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): transaction_isolation: serializable (set from: [session] // sess RESET will set to: [read committed])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): transaction_read_only: off (set from: [session] // sess RESET will set to: [off])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): transform_null_equals: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): unix_socket_directories: /var/run/postgresql (set from: [configuration file] // sess RESET will set to: [/var/run/postgresql]// /etc/postgresql/13/main/postgresql.conf @ 66)
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): unix_socket_group:  (set from: [default] // sess RESET will set to: [])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): unix_socket_permissions: 0777 (set from: [default] // sess RESET will set to: [511])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): update_process_title: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): vacuum_cleanup_index_scale_factor: 0.1 (set from: [default] // sess RESET will set to: [0.1])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): vacuum_cost_delay: 0 ms (set from: [default] // sess RESET will set to: [0])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): vacuum_cost_limit: 200 (set from: [default] // sess RESET will set to: [200])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): vacuum_cost_page_dirty: 20 (set from: [default] // sess RESET will set to: [20])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): vacuum_cost_page_hit: 1 (set from: [default] // sess RESET will set to: [1])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): vacuum_cost_page_miss: 10 (set from: [default] // sess RESET will set to: [10])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): vacuum_defer_cleanup_age: 0 (set from: [default] // sess RESET will set to: [0])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): vacuum_freeze_min_age: 50000000 (set from: [default] // sess RESET will set to: [50000000])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): vacuum_freeze_table_age: 150000000 (set from: [default] // sess RESET will set to: [150000000])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): vacuum_multixact_freeze_min_age: 5000000 (set from: [default] // sess RESET will set to: [5000000])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): vacuum_multixact_freeze_table_age: 150000000 (set from: [default] // sess RESET will set to: [150000000])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): wal_block_size: 8192 (set from: [default] // sess RESET will set to: [8192])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): wal_buffers: 512 8kB (set from: [override] // sess RESET will set to: [512])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): wal_compression: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): wal_consistency_checking:  (set from: [default] // sess RESET will set to: [])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): wal_init_zero: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): wal_keep_size: 0 MB (set from: [default] // sess RESET will set to: [0])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): wal_level: replica (set from: [default] // sess RESET will set to: [replica])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): wal_log_hints: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): wal_receiver_create_temp_slot: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): wal_receiver_status_interval: 10 s (set from: [default] // sess RESET will set to: [10])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): wal_receiver_timeout: 60000 ms (set from: [default] // sess RESET will set to: [60000])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): wal_recycle: on (set from: [default] // sess RESET will set to: [on])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): wal_retrieve_retry_interval: 5000 ms (set from: [default] // sess RESET will set to: [5000])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): wal_segment_size: 16777216 B (set from: [override] // sess RESET will set to: [16777216])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): wal_sender_timeout: 60000 ms (set from: [default] // sess RESET will set to: [60000])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): wal_skip_threshold: 2048 kB (set from: [default] // sess RESET will set to: [2048])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): wal_sync_method: fdatasync (set from: [default] // sess RESET will set to: [fdatasync])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): wal_writer_delay: 200 ms (set from: [default] // sess RESET will set to: [200])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): wal_writer_flush_after: 128 8kB (set from: [default] // sess RESET will set to: [128])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): work_mem: 4096 kB (set from: [default] // sess RESET will set to: [4096])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): xmlbinary: base64 (set from: [default] // sess RESET will set to: [base64])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): xmloption: content (set from: [default] // sess RESET will set to: [content])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #744): zero_damaged_pages: off (set from: [default] // sess RESET will set to: [off])
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (btree_gist,1.5,"support for indexing common datatypes in GiST")
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (seg,1.3,"data type for representing line segments or floating-point intervals")
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (insert_username,1.0,"functions for tracking who changed a table")
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (isn,1.2,"data types for international product numbering standards")
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (adminpack,2.1,"administrative functions for PostgreSQL")
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (citext,1.6,"data type for case-insensitive character strings")
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (hstore,1.7,"data type for storing sets of (key, value) pairs")
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (file_fdw,1.0,"foreign-data wrapper for flat file access")
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (btree_gin,1.3,"support for indexing common datatypes in GIN")
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (sslinfo,1.2,"information about SSL certificates")
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (pg_buffercache,1.3,"examine the shared buffer cache")
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (bloom,1.0,"bloom access method - signature file based index")
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (tcn,1.0,"Triggered change notifications")
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (pgcrypto,1.3,"cryptographic functions")
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (dict_int,1.0,"text search dictionary template for integers")
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (tsm_system_rows,1.0,"TABLESAMPLE method which accepts number of rows as a limit")
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (unaccent,1.1,"text search dictionary that removes accents")
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (uuid-ossp,1.1,"generate universally unique identifiers (UUIDs)")
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (dblink,1.2,"connect to other PostgreSQL databases from within a database")
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (pageinspect,1.8,"inspect the contents of database pages at a low level")
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (cube,1.4,"data type for multidimensional cubes")
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (postgres_fdw,1.0,"foreign-data wrapper for remote PostgreSQL servers")
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (pgrowlocks,1.2,"show row-level locking information")
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (refint,1.0,"functions for implementing referential integrity (obsolete)")
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (tablefunc,1.0,"functions that manipulate whole tables, including crosstab")
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (pg_visibility,1.2,"examine the visibility map (VM) and page-level visibility info")
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (pg_prewarm,1.2,"prewarm relation data")
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (autoinc,1.0,"functions for autoincrementing fields")
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (ltree,1.2,"data type for hierarchical tree-like structures")
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (pgstattuple,1.5,"show tuple-level statistics")
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (moddatetime,1.0,"functions for tracking last modification time")
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (tsm_system_time,1.0,"TABLESAMPLE method which accepts time in milliseconds as a limit")
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (lo,1.1,"Large Object maintenance")
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (earthdistance,1.1,"calculate great-circle distances on the surface of the Earth")
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (pg_trgm,1.5,"text similarity measurement and index searching based on trigrams")
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (plpgsql,1.0,"PL/pgSQL procedural language")
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (amcheck,1.2,"functions for verifying relation integrity")
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (pg_freespacemap,1.2,"examine the free space map (FSM)")
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (xml2,1.1,"XPath querying and XSLT")
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (intarray,1.3,"functions, operators, and index support for 1-D arrays of integers")
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (intagg,1.1,"integer aggregator and enumerator (obsolete)")
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (fuzzystrmatch,1.1,"determine similarities and distance between strings")
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (dict_xsyn,1.0,"text search dictionary template for extended synonym processing")
2021-08-23 19:09:04  DEBUG     gm.db_pool    [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmConnectionPool.py::log_pg_settings() #763): PG extension: (pg_stat_statements,1.8,"track planning and execution statistics of all SQL statements executed")
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/server/bootstrap/./bootstrap_gm_db_system.py::__connect_owner_to_db() #797): setting session authorization to user gm-dbo
2021-08-23 19:09:04  DEBUG     gm.cfg        [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmCfg2.py::get() #398): option [database core::schema] found in source [file]
2021-08-23 19:09:04  DEBUG     gm.cfg        [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmCfg2.py::get() #398): option [database core::schema base directory] found in source [file]
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #63): processing [../sql/gmSchemaRevision.sql]
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #68): session auth: gm-dbo
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #90): "\set" found: ('ON_ERROR_STOP', '1')
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #175): session auth after sql file processing: gm-dbo
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #63): processing [../sql/gmSchemaRevisionViews.sql]
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #68): session auth: gm-dbo
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #90): "\set" found: ('ON_ERROR_STOP', '1')
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #175): session auth after sql file processing: gm-dbo
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #63): processing [../sql/gmServices.sql]
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #68): session auth: gm-dbo
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #90): "\set" found: ('ON_ERROR_STOP', '1')
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #175): session auth after sql file processing: gm-dbo
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #63): processing [../sql/gmI18N.sql]
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #68): session auth: gm-dbo
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #90): "\set" found: ('ON_ERROR_STOP', '1')
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #140): cursor data: [['5381c4a369dda19e8b29676c0848bde1']]
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #175): session auth after sql file processing: gm-dbo
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #63): processing [../sql/gmI18N-dynamic.sql]
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #68): session auth: gm-dbo
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #90): "\set" found: ('ON_ERROR_STOP', '1')
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #144):
drop index i18n.idx_orig
Traceback (most recent call last):
  File "/var/lib/gnumed/Gnumed/pycommon/gmPsql.py", line 137, in run
    curs.execute(curr_cmd)
  File "/usr/lib/python3/dist-packages/psycopg2/extras.py", line 146, in execute
    return super(DictCursor, self).execute(query, vars)
psycopg2.errors.UndefinedObject: index "idx_orig" does not exist

2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #148): ../sql/gmI18N-dynamic.sql:35: index "idx_orig" does not exist
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags message_primary: index "idx_orig" does not exist
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity: ERROR
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity_nonlocalized: ERROR
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_file: tablecmds.c
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_function: DropErrorMsgNonExistent
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_line: 1214
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags sqlstate: 42704
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #90): "\set" found: ('ON_ERROR_STOP', '1')
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #144):
drop view i18n.v_missing_translations
Traceback (most recent call last):
  File "/var/lib/gnumed/Gnumed/pycommon/gmPsql.py", line 137, in run
    curs.execute(curr_cmd)
  File "/usr/lib/python3/dist-packages/psycopg2/extras.py", line 146, in execute
    return super(DictCursor, self).execute(query, vars)
psycopg2.errors.UndefinedTable: view "v_missing_translations" does not exist

2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #148): ../sql/gmI18N-dynamic.sql:232: view "v_missing_translations" does not exist
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags message_primary: view "v_missing_translations" does not exist
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity: ERROR
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity_nonlocalized: ERROR
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_file: tablecmds.c
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_function: DropErrorMsgNonExistent
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_line: 1214
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags sqlstate: 42P01
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #90): "\set" found: ('ON_ERROR_STOP', '1')
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #140): cursor data: [['5381c4a369dda19e8b29676c0848bde1']]
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #175): session auth after sql file processing: gm-dbo
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #63): processing [../sql/gmAudit.sql]
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #68): session auth: gm-dbo
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #90): "\set" found: ('ON_ERROR_STOP', '1')
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #175): session auth after sql file processing: gm-dbo
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #63): processing [../sql/gmAudit-dynamic.sql]
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #68): session auth: gm-dbo
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #90): "\set" found: ('ON_ERROR_STOP', '1')
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #144):
drop rule audit_fields_no_ins on audit.audit_fields cascade
Traceback (most recent call last):
  File "/var/lib/gnumed/Gnumed/pycommon/gmPsql.py", line 137, in run
    curs.execute(curr_cmd)
  File "/usr/lib/python3/dist-packages/psycopg2/extras.py", line 146, in execute
    return super(DictCursor, self).execute(query, vars)
psycopg2.errors.UndefinedObject: rule "audit_fields_no_ins" for relation "audit_fields" does not exist

2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #148): ../sql/gmAudit-dynamic.sql:103: rule "audit_fields_no_ins" for relation "audit_fields" does not exist
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags message_primary: rule "audit_fields_no_ins" for relation "audit_fields" does not exist
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity: ERROR
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity_nonlocalized: ERROR
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_file: rewriteSupport.c
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_function: get_rewrite_oid
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_line: 107
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags sqlstate: 42704
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #144):
drop rule audit_fields_no_upd on audit.audit_fields cascade
Traceback (most recent call last):
  File "/var/lib/gnumed/Gnumed/pycommon/gmPsql.py", line 137, in run
    curs.execute(curr_cmd)
  File "/usr/lib/python3/dist-packages/psycopg2/extras.py", line 146, in execute
    return super(DictCursor, self).execute(query, vars)
psycopg2.errors.UndefinedObject: rule "audit_fields_no_upd" for relation "audit_fields" does not exist

2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #148): ../sql/gmAudit-dynamic.sql:104: rule "audit_fields_no_upd" for relation "audit_fields" does not exist
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags message_primary: rule "audit_fields_no_upd" for relation "audit_fields" does not exist
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity: ERROR
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity_nonlocalized: ERROR
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_file: rewriteSupport.c
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_function: get_rewrite_oid
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_line: 107
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags sqlstate: 42704
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #144):
drop rule audit_fields_no_del on audit.audit_fields cascade
Traceback (most recent call last):
  File "/var/lib/gnumed/Gnumed/pycommon/gmPsql.py", line 137, in run
    curs.execute(curr_cmd)
  File "/usr/lib/python3/dist-packages/psycopg2/extras.py", line 146, in execute
    return super(DictCursor, self).execute(query, vars)
psycopg2.errors.UndefinedObject: rule "audit_fields_no_del" for relation "audit_fields" does not exist

2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #148): ../sql/gmAudit-dynamic.sql:105: rule "audit_fields_no_del" for relation "audit_fields" does not exist
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags message_primary: rule "audit_fields_no_del" for relation "audit_fields" does not exist
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity: ERROR
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity_nonlocalized: ERROR
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_file: rewriteSupport.c
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_function: get_rewrite_oid
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_line: 107
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags sqlstate: 42704
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #90): "\set" found: ('ON_ERROR_STOP', '1')
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #144):
drop rule audit_trail_no_ins on audit.audit_trail cascade
Traceback (most recent call last):
  File "/var/lib/gnumed/Gnumed/pycommon/gmPsql.py", line 137, in run
    curs.execute(curr_cmd)
  File "/usr/lib/python3/dist-packages/psycopg2/extras.py", line 146, in execute
    return super(DictCursor, self).execute(query, vars)
psycopg2.errors.UndefinedObject: rule "audit_trail_no_ins" for relation "audit_trail" does not exist

2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #148): ../sql/gmAudit-dynamic.sql:126: rule "audit_trail_no_ins" for relation "audit_trail" does not exist
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags message_primary: rule "audit_trail_no_ins" for relation "audit_trail" does not exist
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity: ERROR
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity_nonlocalized: ERROR
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_file: rewriteSupport.c
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_function: get_rewrite_oid
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_line: 107
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags sqlstate: 42704
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #144):
drop rule audit_trail_no_upd on audit.audit_trail cascade
Traceback (most recent call last):
  File "/var/lib/gnumed/Gnumed/pycommon/gmPsql.py", line 137, in run
    curs.execute(curr_cmd)
  File "/usr/lib/python3/dist-packages/psycopg2/extras.py", line 146, in execute
    return super(DictCursor, self).execute(query, vars)
psycopg2.errors.UndefinedObject: rule "audit_trail_no_upd" for relation "audit_trail" does not exist

2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #148): ../sql/gmAudit-dynamic.sql:127: rule "audit_trail_no_upd" for relation "audit_trail" does not exist
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags message_primary: rule "audit_trail_no_upd" for relation "audit_trail" does not exist
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity: ERROR
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity_nonlocalized: ERROR
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_file: rewriteSupport.c
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_function: get_rewrite_oid
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_line: 107
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags sqlstate: 42704
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #144):
drop rule audit_trail_no_del on audit.audit_trail cascade
Traceback (most recent call last):
  File "/var/lib/gnumed/Gnumed/pycommon/gmPsql.py", line 137, in run
    curs.execute(curr_cmd)
  File "/usr/lib/python3/dist-packages/psycopg2/extras.py", line 146, in execute
    return super(DictCursor, self).execute(query, vars)
psycopg2.errors.UndefinedObject: rule "audit_trail_no_del" for relation "audit_trail" does not exist

2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #148): ../sql/gmAudit-dynamic.sql:128: rule "audit_trail_no_del" for relation "audit_trail" does not exist
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags message_primary: rule "audit_trail_no_del" for relation "audit_trail" does not exist
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity: ERROR
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity_nonlocalized: ERROR
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_file: rewriteSupport.c
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_function: get_rewrite_oid
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_line: 107
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags sqlstate: 42704
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #90): "\set" found: ('ON_ERROR_STOP', '1')
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #175): session auth after sql file processing: gm-dbo
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #63): processing [../sql/gmNotifications-static.sql]
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #68): session auth: gm-dbo
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #90): "\set" found: ('ON_ERROR_STOP', '1')
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #175): session auth after sql file processing: gm-dbo
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #63): processing [../sql/gmNotifications-dynamic.sql]
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #68): session auth: gm-dbo
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #90): "\set" found: ('ON_ERROR_STOP', '1')
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #175): session auth after sql file processing: gm-dbo
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #63): processing [../sql/gmHousekeeping.sql]
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #68): session auth: gm-dbo
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #90): "\set" found: ('ON_ERROR_STOP', '1')
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #175): session auth after sql file processing: gm-dbo
2021-08-23 19:09:04  DEBUG     gm.cfg        [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmCfg2.py::get() #398): option [bundle config::minimum postgresql version] found in source [file]
2021-08-23 19:09:04  INFO      gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/server/bootstrap/./bootstrap_gm_db_system.py::__verify_pg_version() #1510): minimum required PostgreSQL version: 7.4
2021-08-23 19:09:04  INFO      gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/server/bootstrap/./bootstrap_gm_db_system.py::__verify_pg_version() #1526): installed PostgreSQL version: 13.3 - this is fine with me
2021-08-23 19:09:04  DEBUG     gm.cfg        [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmCfg2.py::get() #398): option [bundle config::schema] found in source [file]
2021-08-23 19:09:04  DEBUG     gm.cfg        [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmCfg2.py::get() #398): option [bundle config::schema base directory] found in source [file]
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #63): processing [../sql/gmConfig-static.sql]
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #68): session auth: gm-dbo
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #90): "\set" found: ('ON_ERROR_STOP', '1')
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #140): cursor data: [['285b57bb5c0681347e0010119da3b15d']]
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #175): session auth after sql file processing: gm-dbo
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #63): processing [../sql/gmConfigData.sql]
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #68): session auth: gm-dbo
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #90): "\set" found: ('ON_ERROR_STOP', '1')
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #140): cursor data: [['285b57bb5c0681347e0010119da3b15d']]
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #175): session auth after sql file processing: gm-dbo
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #63): processing [../sql/gmConfigViews.sql]
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #68): session auth: gm-dbo
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #90): "\set" found: ('ON_ERROR_STOP', '1')
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #144):
drop view cfg.v_cfg_options
Traceback (most recent call last):
  File "/var/lib/gnumed/Gnumed/pycommon/gmPsql.py", line 137, in run
    curs.execute(curr_cmd)
  File "/usr/lib/python3/dist-packages/psycopg2/extras.py", line 146, in execute
    return super(DictCursor, self).execute(query, vars)
psycopg2.errors.UndefinedTable: view "v_cfg_options" does not exist

2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #148): ../sql/gmConfigViews.sql:126: view "v_cfg_options" does not exist
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags message_primary: view "v_cfg_options" does not exist
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity: ERROR
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity_nonlocalized: ERROR
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_file: tablecmds.c
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_function: DropErrorMsgNonExistent
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_line: 1214
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags sqlstate: 42P01
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #90): "\set" found: ('ON_ERROR_STOP', '1')
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #144):
drop view cfg.v_cfg_opts_numeric
Traceback (most recent call last):
  File "/var/lib/gnumed/Gnumed/pycommon/gmPsql.py", line 137, in run
    curs.execute(curr_cmd)
  File "/usr/lib/python3/dist-packages/psycopg2/extras.py", line 146, in execute
    return super(DictCursor, self).execute(query, vars)
psycopg2.errors.UndefinedTable: view "v_cfg_opts_numeric" does not exist

2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #148): ../sql/gmConfigViews.sql:149: view "v_cfg_opts_numeric" does not exist
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags message_primary: view "v_cfg_opts_numeric" does not exist
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity: ERROR
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity_nonlocalized: ERROR
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_file: tablecmds.c
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_function: DropErrorMsgNonExistent
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_line: 1214
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags sqlstate: 42P01
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #90): "\set" found: ('ON_ERROR_STOP', '1')
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #144):
drop view cfg.v_cfg_opts_string
Traceback (most recent call last):
  File "/var/lib/gnumed/Gnumed/pycommon/gmPsql.py", line 137, in run
    curs.execute(curr_cmd)
  File "/usr/lib/python3/dist-packages/psycopg2/extras.py", line 146, in execute
    return super(DictCursor, self).execute(query, vars)
psycopg2.errors.UndefinedTable: view "v_cfg_opts_string" does not exist

2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #148): ../sql/gmConfigViews.sql:175: view "v_cfg_opts_string" does not exist
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags message_primary: view "v_cfg_opts_string" does not exist
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity: ERROR
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity_nonlocalized: ERROR
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_file: tablecmds.c
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_function: DropErrorMsgNonExistent
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_line: 1214
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags sqlstate: 42P01
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #90): "\set" found: ('ON_ERROR_STOP', '1')
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #144):
drop view cfg.v_cfg_opts_str_array
Traceback (most recent call last):
  File "/var/lib/gnumed/Gnumed/pycommon/gmPsql.py", line 137, in run
    curs.execute(curr_cmd)
  File "/usr/lib/python3/dist-packages/psycopg2/extras.py", line 146, in execute
    return super(DictCursor, self).execute(query, vars)
psycopg2.errors.UndefinedTable: view "v_cfg_opts_str_array" does not exist

2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #148): ../sql/gmConfigViews.sql:201: view "v_cfg_opts_str_array" does not exist
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags message_primary: view "v_cfg_opts_str_array" does not exist
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity: ERROR
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity_nonlocalized: ERROR
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_file: tablecmds.c
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_function: DropErrorMsgNonExistent
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_line: 1214
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags sqlstate: 42P01
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #90): "\set" found: ('ON_ERROR_STOP', '1')
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #144):
drop view cfg.v_cfg_opts_data
Traceback (most recent call last):
  File "/var/lib/gnumed/Gnumed/pycommon/gmPsql.py", line 137, in run
    curs.execute(curr_cmd)
  File "/usr/lib/python3/dist-packages/psycopg2/extras.py", line 146, in execute
    return super(DictCursor, self).execute(query, vars)
psycopg2.errors.UndefinedTable: view "v_cfg_opts_data" does not exist

2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #148): ../sql/gmConfigViews.sql:227: view "v_cfg_opts_data" does not exist
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags message_primary: view "v_cfg_opts_data" does not exist
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity: ERROR
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity_nonlocalized: ERROR
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_file: tablecmds.c
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_function: DropErrorMsgNonExistent
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_line: 1214
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags sqlstate: 42P01
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #90): "\set" found: ('ON_ERROR_STOP', '1')
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #175): session auth after sql file processing: gm-dbo
2021-08-23 19:09:04  INFO      gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/server/bootstrap/./bootstrap_gm_db_system.py::bootstrap() #1475): bootstrapping bundle [reference]
2021-08-23 19:09:04  DEBUG     gm.cfg        [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmCfg2.py::get() #398): option [bundle reference::database alias] found in source [file]
2021-08-23 19:09:04  INFO      gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/server/bootstrap/./bootstrap_gm_db_system.py::__init__() #555): bootstrapping database [core]
2021-08-23 19:09:04  DEBUG     gm.cfg        [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmCfg2.py::get() #398): option [database core::override name by] found in source [file]
2021-08-23 19:09:04  INFO      gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/server/bootstrap/./bootstrap_gm_db_system.py::__init__() #564): environment variable [GM_CORE_DB] is not set, using database name from config file
2021-08-23 19:09:04  DEBUG     gm.cfg        [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmCfg2.py::get() #398): option [database core::name] found in source [file]
2021-08-23 19:09:04  INFO      gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/server/bootstrap/./bootstrap_gm_db_system.py::__init__() #577): database [gnumed_v2] already bootstrapped
2021-08-23 19:09:04  DEBUG     gm.cfg        [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmCfg2.py::get() #398): option [bundle reference::minimum postgresql version] found in source [file]
2021-08-23 19:09:04  INFO      gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/server/bootstrap/./bootstrap_gm_db_system.py::__verify_pg_version() #1510): minimum required PostgreSQL version: 7.4
2021-08-23 19:09:04  INFO      gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/server/bootstrap/./bootstrap_gm_db_system.py::__verify_pg_version() #1526): installed PostgreSQL version: 13.3 - this is fine with me
2021-08-23 19:09:04  DEBUG     gm.cfg        [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmCfg2.py::get() #398): option [bundle reference::schema] found in source [file]
2021-08-23 19:09:04  DEBUG     gm.cfg        [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmCfg2.py::get() #398): option [bundle reference::schema base directory] found in source [file]
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #63): processing [../sql/gmReference.sql]
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #68): session auth: gm-dbo
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #90): "\set" found: ('ON_ERROR_STOP', '1')
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #175): session auth after sql file processing: gm-dbo
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #63): processing [../sql/gmReference-dynamic.sql]
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #68): session auth: gm-dbo
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #90): "\set" found: ('ON_ERROR_STOP', '1')
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #140): cursor data: [[True]]
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #140): cursor data: [[True]]
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #140): cursor data: [[True]]
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #140): cursor data: [[True]]
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #140): cursor data: [['209b09e172e6ea6a110dfff47e68739d']]
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #175): session auth after sql file processing: gm-dbo
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #63): processing [../sql/gmReference-data.sql]
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #68): session auth: gm-dbo
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #90): "\set" found: ('ON_ERROR_STOP', '1')
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #175): session auth after sql file processing: gm-dbo
2021-08-23 19:09:04  INFO      gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/server/bootstrap/./bootstrap_gm_db_system.py::bootstrap() #1475): bootstrapping bundle [demographics]
2021-08-23 19:09:04  DEBUG     gm.cfg        [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmCfg2.py::get() #398): option [bundle demographics::database alias] found in source [file]
2021-08-23 19:09:04  INFO      gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/server/bootstrap/./bootstrap_gm_db_system.py::__init__() #555): bootstrapping database [core]
2021-08-23 19:09:04  DEBUG     gm.cfg        [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmCfg2.py::get() #398): option [database core::override name by] found in source [file]
2021-08-23 19:09:04  INFO      gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/server/bootstrap/./bootstrap_gm_db_system.py::__init__() #564): environment variable [GM_CORE_DB] is not set, using database name from config file
2021-08-23 19:09:04  DEBUG     gm.cfg        [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmCfg2.py::get() #398): option [database core::name] found in source [file]
2021-08-23 19:09:04  INFO      gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/server/bootstrap/./bootstrap_gm_db_system.py::__init__() #577): database [gnumed_v2] already bootstrapped
2021-08-23 19:09:04  DEBUG     gm.cfg        [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmCfg2.py::get() #398): option [bundle demographics::minimum postgresql version] found in source [file]
2021-08-23 19:09:04  INFO      gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/server/bootstrap/./bootstrap_gm_db_system.py::__verify_pg_version() #1510): minimum required PostgreSQL version: 7.4
2021-08-23 19:09:04  INFO      gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/server/bootstrap/./bootstrap_gm_db_system.py::__verify_pg_version() #1526): installed PostgreSQL version: 13.3 - this is fine with me
2021-08-23 19:09:04  DEBUG     gm.cfg        [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmCfg2.py::get() #398): option [bundle demographics::schema] found in source [file]
2021-08-23 19:09:04  DEBUG     gm.cfg        [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmCfg2.py::get() #398): option [bundle demographics::schema base directory] found in source [file]
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #63): processing [../sql/gmDemographics.sql]
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #68): session auth: gm-dbo
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #90): "\set" found: ('ON_ERROR_STOP', '1')
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #140): cursor data: [[True]]
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #140): cursor data: [[True]]
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #140): cursor data: [[True]]
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #140): cursor data: [[True]]
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #140): cursor data: [[True]]
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #140): cursor data: [[True]]
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #140): cursor data: [[True]]
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #140): cursor data: [[True]]
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #140): cursor data: [[True]]
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #140): cursor data: [[True]]
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #175): session auth after sql file processing: gm-dbo
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #63): processing [../sql/gmProviderInbox-static.sql]
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #68): session auth: gm-dbo
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #90): "\set" found: ('ON_ERROR_STOP', '1')
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #140): cursor data: [[True]]
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #140): cursor data: [[True]]
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #140): cursor data: [[True]]
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #140): cursor data: [['c5f13d876d822988175de407b0b5237c']]
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #175): session auth after sql file processing: gm-dbo
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #63): processing [../sql/gmDemographics-Person-views.sql]
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #68): session auth: gm-dbo
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #144): drop index dem.idx_identity_dob
Traceback (most recent call last):
  File "/var/lib/gnumed/Gnumed/pycommon/gmPsql.py", line 137, in run
    curs.execute(curr_cmd)
  File "/usr/lib/python3/dist-packages/psycopg2/extras.py", line 146, in execute
    return super(DictCursor, self).execute(query, vars)
psycopg2.errors.UndefinedObject: index "idx_identity_dob" does not exist

2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #148): ../sql/gmDemographics-Person-views.sql:11: index "idx_identity_dob" does not exist
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags message_primary: index "idx_identity_dob" does not exist
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity: ERROR
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity_nonlocalized: ERROR
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_file: tablecmds.c
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_function: DropErrorMsgNonExistent
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_line: 1214
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags sqlstate: 42704
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #144):
drop index dem.idx_names_last_first
Traceback (most recent call last):
  File "/var/lib/gnumed/Gnumed/pycommon/gmPsql.py", line 137, in run
    curs.execute(curr_cmd)
  File "/usr/lib/python3/dist-packages/psycopg2/extras.py", line 146, in execute
    return super(DictCursor, self).execute(query, vars)
psycopg2.errors.UndefinedObject: index "idx_names_last_first" does not exist

2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #148): ../sql/gmDemographics-Person-views.sql:12: index "idx_names_last_first" does not exist
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags message_primary: index "idx_names_last_first" does not exist
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity: ERROR
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity_nonlocalized: ERROR
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_file: tablecmds.c
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_function: DropErrorMsgNonExistent
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_line: 1214
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags sqlstate: 42704
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #144):
drop index dem.idx_names_firstnames
Traceback (most recent call last):
  File "/var/lib/gnumed/Gnumed/pycommon/gmPsql.py", line 137, in run
    curs.execute(curr_cmd)
  File "/usr/lib/python3/dist-packages/psycopg2/extras.py", line 146, in execute
    return super(DictCursor, self).execute(query, vars)
psycopg2.errors.UndefinedObject: index "idx_names_firstnames" does not exist

2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #148): ../sql/gmDemographics-Person-views.sql:13: index "idx_names_firstnames" does not exist
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags message_primary: index "idx_names_firstnames" does not exist
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity: ERROR
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity_nonlocalized: ERROR
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_file: tablecmds.c
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_function: DropErrorMsgNonExistent
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_line: 1214
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags sqlstate: 42704
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #90): "\set" found: ('ON_ERROR_STOP', '1')
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #144):
drop index dem.idx_uniq_act_name
Traceback (most recent call last):
  File "/var/lib/gnumed/Gnumed/pycommon/gmPsql.py", line 137, in run
    curs.execute(curr_cmd)
  File "/usr/lib/python3/dist-packages/psycopg2/extras.py", line 146, in execute
    return super(DictCursor, self).execute(query, vars)
psycopg2.errors.UndefinedObject: index "idx_uniq_act_name" does not exist

2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #148): ../sql/gmDemographics-Person-views.sql:26: index "idx_uniq_act_name" does not exist
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags message_primary: index "idx_uniq_act_name" does not exist
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity: ERROR
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity_nonlocalized: ERROR
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_file: tablecmds.c
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_function: DropErrorMsgNonExistent
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_line: 1214
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags sqlstate: 42704
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #90): "\set" found: ('ON_ERROR_STOP', '1')
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #144):
drop trigger tr_uniq_active_name on dem.names
Traceback (most recent call last):
  File "/var/lib/gnumed/Gnumed/pycommon/gmPsql.py", line 137, in run
    curs.execute(curr_cmd)
  File "/usr/lib/python3/dist-packages/psycopg2/extras.py", line 146, in execute
    return super(DictCursor, self).execute(query, vars)
psycopg2.errors.UndefinedObject: trigger "tr_uniq_active_name" for table "names" does not exist

2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #148): ../sql/gmDemographics-Person-views.sql:35: trigger "tr_uniq_active_name" for table "names" does not exist
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags message_primary: trigger "tr_uniq_active_name" for table "names" does not exist
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity: ERROR
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity_nonlocalized: ERROR
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_file: trigger.c
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_function: get_trigger_oid
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_line: 1259
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags sqlstate: 42704
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #144):
drop function dem.f_uniq_active_name()
Traceback (most recent call last):
  File "/var/lib/gnumed/Gnumed/pycommon/gmPsql.py", line 137, in run
    curs.execute(curr_cmd)
  File "/usr/lib/python3/dist-packages/psycopg2/extras.py", line 146, in execute
    return super(DictCursor, self).execute(query, vars)
psycopg2.errors.UndefinedFunction: function dem.f_uniq_active_name() does not exist

2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #148): ../sql/gmDemographics-Person-views.sql:36: function dem.f_uniq_active_name() does not exist
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags message_primary: function dem.f_uniq_active_name() does not exist
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity: ERROR
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity_nonlocalized: ERROR
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_file: parse_func.c
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_function: LookupFuncWithArgs
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_line: 2318
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags sqlstate: 42883
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #144):
drop trigger tr_always_active_name on dem.names
Traceback (most recent call last):
  File "/var/lib/gnumed/Gnumed/pycommon/gmPsql.py", line 137, in run
    curs.execute(curr_cmd)
  File "/usr/lib/python3/dist-packages/psycopg2/extras.py", line 146, in execute
    return super(DictCursor, self).execute(query, vars)
psycopg2.errors.UndefinedObject: trigger "tr_always_active_name" for table "names" does not exist

2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #148): ../sql/gmDemographics-Person-views.sql:38: trigger "tr_always_active_name" for table "names" does not exist
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags message_primary: trigger "tr_always_active_name" for table "names" does not exist
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity: ERROR
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity_nonlocalized: ERROR
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_file: trigger.c
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_function: get_trigger_oid
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_line: 1259
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags sqlstate: 42704
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #144):
drop function dem.f_always_active_name()
Traceback (most recent call last):
  File "/var/lib/gnumed/Gnumed/pycommon/gmPsql.py", line 137, in run
    curs.execute(curr_cmd)
  File "/usr/lib/python3/dist-packages/psycopg2/extras.py", line 146, in execute
    return super(DictCursor, self).execute(query, vars)
psycopg2.errors.UndefinedFunction: function dem.f_always_active_name() does not exist

2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #148): ../sql/gmDemographics-Person-views.sql:39: function dem.f_always_active_name() does not exist
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags message_primary: function dem.f_always_active_name() does not exist
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity: ERROR
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity_nonlocalized: ERROR
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_file: parse_func.c
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_function: LookupFuncWithArgs
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_line: 2318
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags sqlstate: 42883
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #90): "\set" found: ('ON_ERROR_STOP', '1')
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #144):
drop trigger TR_delete_names on dem.identity
Traceback (most recent call last):
  File "/var/lib/gnumed/Gnumed/pycommon/gmPsql.py", line 137, in run
    curs.execute(curr_cmd)
  File "/usr/lib/python3/dist-packages/psycopg2/extras.py", line 146, in execute
    return super(DictCursor, self).execute(query, vars)
psycopg2.errors.UndefinedObject: trigger "tr_delete_names" for table "identity" does not exist

2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #148): ../sql/gmDemographics-Person-views.sql:81: trigger "tr_delete_names" for table "identity" does not exist
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags message_primary: trigger "tr_delete_names" for table "identity" does not exist
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity: ERROR
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity_nonlocalized: ERROR
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_file: trigger.c
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_function: get_trigger_oid
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_line: 1259
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags sqlstate: 42704
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #144):
drop function dem.F_delete_names()
Traceback (most recent call last):
  File "/var/lib/gnumed/Gnumed/pycommon/gmPsql.py", line 137, in run
    curs.execute(curr_cmd)
  File "/usr/lib/python3/dist-packages/psycopg2/extras.py", line 146, in execute
    return super(DictCursor, self).execute(query, vars)
psycopg2.errors.UndefinedFunction: function dem.f_delete_names() does not exist

2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #148): ../sql/gmDemographics-Person-views.sql:82: function dem.f_delete_names() does not exist
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags message_primary: function dem.f_delete_names() does not exist
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity: ERROR
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity_nonlocalized: ERROR
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_file: parse_func.c
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_function: LookupFuncWithArgs
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_line: 2318
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags sqlstate: 42883
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #90): "\set" found: ('ON_ERROR_STOP', '1')
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #144):
drop function dem.new_pupic() cascade
Traceback (most recent call last):
  File "/var/lib/gnumed/Gnumed/pycommon/gmPsql.py", line 137, in run
    curs.execute(curr_cmd)
  File "/usr/lib/python3/dist-packages/psycopg2/extras.py", line 146, in execute
    return super(DictCursor, self).execute(query, vars)
psycopg2.errors.UndefinedFunction: function dem.new_pupic() does not exist

2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #148): ../sql/gmDemographics-Person-views.sql:207: function dem.new_pupic() does not exist
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags message_primary: function dem.new_pupic() does not exist
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity: ERROR
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity_nonlocalized: ERROR
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_file: parse_func.c
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_function: LookupFuncWithArgs
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_line: 2318
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags sqlstate: 42883
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #90): "\set" found: ('ON_ERROR_STOP', '1')
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #144):
drop view dem.v_gender_labels
Traceback (most recent call last):
  File "/var/lib/gnumed/Gnumed/pycommon/gmPsql.py", line 137, in run
    curs.execute(curr_cmd)
  File "/usr/lib/python3/dist-packages/psycopg2/extras.py", line 146, in execute
    return super(DictCursor, self).execute(query, vars)
psycopg2.errors.UndefinedTable: view "v_gender_labels" does not exist

2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #148): ../sql/gmDemographics-Person-views.sql:219: view "v_gender_labels" does not exist
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags message_primary: view "v_gender_labels" does not exist
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity: ERROR
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity_nonlocalized: ERROR
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_file: tablecmds.c
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_function: DropErrorMsgNonExistent
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_line: 1214
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags sqlstate: 42P01
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #90): "\set" found: ('ON_ERROR_STOP', '1')
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #144):
drop view dem.v_basic_person cascade
Traceback (most recent call last):
  File "/var/lib/gnumed/Gnumed/pycommon/gmPsql.py", line 137, in run
    curs.execute(curr_cmd)
  File "/usr/lib/python3/dist-packages/psycopg2/extras.py", line 146, in execute
    return super(DictCursor, self).execute(query, vars)
psycopg2.errors.UndefinedTable: view "v_basic_person" does not exist

2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #148): ../sql/gmDemographics-Person-views.sql:237: view "v_basic_person" does not exist
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags message_primary: view "v_basic_person" does not exist
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity: ERROR
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity_nonlocalized: ERROR
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_file: tablecmds.c
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_function: DropErrorMsgNonExistent
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_line: 1214
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags sqlstate: 42P01
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #90): "\set" found: ('ON_ERROR_STOP', '1')
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #144):
drop view dem.v_staff
Traceback (most recent call last):
  File "/var/lib/gnumed/Gnumed/pycommon/gmPsql.py", line 137, in run
    curs.execute(curr_cmd)
  File "/usr/lib/python3/dist-packages/psycopg2/extras.py", line 146, in execute
    return super(DictCursor, self).execute(query, vars)
psycopg2.errors.UndefinedTable: view "v_staff" does not exist

2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #148): ../sql/gmDemographics-Person-views.sql:316: view "v_staff" does not exist
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags message_primary: view "v_staff" does not exist
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity: ERROR
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity_nonlocalized: ERROR
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_file: tablecmds.c
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_function: DropErrorMsgNonExistent
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_line: 1214
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags sqlstate: 42P01
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #90): "\set" found: ('ON_ERROR_STOP', '1')
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #144):
drop view dem.lnk_person2address
Traceback (most recent call last):
  File "/var/lib/gnumed/Gnumed/pycommon/gmPsql.py", line 137, in run
    curs.execute(curr_cmd)
  File "/usr/lib/python3/dist-packages/psycopg2/extras.py", line 146, in execute
    return super(DictCursor, self).execute(query, vars)
psycopg2.errors.UndefinedTable: view "lnk_person2address" does not exist

2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #148): ../sql/gmDemographics-Person-views.sql:365: view "lnk_person2address" does not exist
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags message_primary: view "lnk_person2address" does not exist
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity: ERROR
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity_nonlocalized: ERROR
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_file: tablecmds.c
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_function: DropErrorMsgNonExistent
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_line: 1214
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags sqlstate: 42P01
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #144):
drop view dem.lnk_org2address
Traceback (most recent call last):
  File "/var/lib/gnumed/Gnumed/pycommon/gmPsql.py", line 137, in run
    curs.execute(curr_cmd)
  File "/usr/lib/python3/dist-packages/psycopg2/extras.py", line 146, in execute
    return super(DictCursor, self).execute(query, vars)
psycopg2.errors.UndefinedTable: view "lnk_org2address" does not exist

2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #148): ../sql/gmDemographics-Person-views.sql:366: view "lnk_org2address" does not exist
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags message_primary: view "lnk_org2address" does not exist
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity: ERROR
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity_nonlocalized: ERROR
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_file: tablecmds.c
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_function: DropErrorMsgNonExistent
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_line: 1214
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags sqlstate: 42P01
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #90): "\set" found: ('ON_ERROR_STOP', '1')
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #144):
drop view dem.v_person_comms_flat cascade
Traceback (most recent call last):
  File "/var/lib/gnumed/Gnumed/pycommon/gmPsql.py", line 137, in run
    curs.execute(curr_cmd)
  File "/usr/lib/python3/dist-packages/psycopg2/extras.py", line 146, in execute
    return super(DictCursor, self).execute(query, vars)
psycopg2.errors.UndefinedTable: view "v_person_comms_flat" does not exist

2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #148): ../sql/gmDemographics-Person-views.sql:379: view "v_person_comms_flat" does not exist
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags message_primary: view "v_person_comms_flat" does not exist
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity: ERROR
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity_nonlocalized: ERROR
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_file: tablecmds.c
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_function: DropErrorMsgNonExistent
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_line: 1214
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags sqlstate: 42P01
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #90): "\set" found: ('ON_ERROR_STOP', '1')
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #144):
drop index dem.idx_lnk_pers2rel
Traceback (most recent call last):
  File "/var/lib/gnumed/Gnumed/pycommon/gmPsql.py", line 137, in run
    curs.execute(curr_cmd)
  File "/usr/lib/python3/dist-packages/psycopg2/extras.py", line 146, in execute
    return super(DictCursor, self).execute(query, vars)
psycopg2.errors.UndefinedObject: index "idx_lnk_pers2rel" does not exist

2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #148): ../sql/gmDemographics-Person-views.sql:412: index "idx_lnk_pers2rel" does not exist
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags message_primary: index "idx_lnk_pers2rel" does not exist
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity: ERROR
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity_nonlocalized: ERROR
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_file: tablecmds.c
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_function: DropErrorMsgNonExistent
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_line: 1214
2021-08-23 19:09:04  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags sqlstate: 42704
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #90): "\set" found: ('ON_ERROR_STOP', '1')
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #175): session auth after sql file processing: gm-dbo
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #63): processing [../sql/gmDemographics-Person-data.sql]
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #68): session auth: gm-dbo
2021-08-23 19:09:04  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #90): "\set" found: ('ON_ERROR_STOP', '1')
2021-08-23 19:09:05  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #175): session auth after sql file processing: gm-dbo
2021-08-23 19:09:05  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #63): processing [../sql/gmDemographics-GIS-views.sql]
2021-08-23 19:09:05  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #68): session auth: gm-dbo
2021-08-23 19:09:05  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #90): "\set" found: ('ON_ERROR_STOP', '1')
2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #144):
alter table dem.country drop constraint no_linebreaks
Traceback (most recent call last):
  File "/var/lib/gnumed/Gnumed/pycommon/gmPsql.py", line 137, in run
    curs.execute(curr_cmd)
  File "/usr/lib/python3/dist-packages/psycopg2/extras.py", line 146, in execute
    return super(DictCursor, self).execute(query, vars)
psycopg2.errors.UndefinedObject: constraint "no_linebreaks" of relation "country" does not exist

2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #148): ../sql/gmDemographics-GIS-views.sql:24: constraint "no_linebreaks" of relation "country" does not exist
2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags message_primary: constraint "no_linebreaks" of relation "country" does not exist
2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity: ERROR
2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity_nonlocalized: ERROR
2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_file: tablecmds.c
2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_function: ATExecDropConstraint
2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_line: 10919
2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags sqlstate: 42704
2021-08-23 19:09:05  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #90): "\set" found: ('ON_ERROR_STOP', '1')
2021-08-23 19:09:05  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #140): cursor data: [[True]]
2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #144):
alter table dem.state drop constraint no_linebreaks
Traceback (most recent call last):
  File "/var/lib/gnumed/Gnumed/pycommon/gmPsql.py", line 137, in run
    curs.execute(curr_cmd)
  File "/usr/lib/python3/dist-packages/psycopg2/extras.py", line 146, in execute
    return super(DictCursor, self).execute(query, vars)
psycopg2.errors.UndefinedObject: constraint "no_linebreaks" of relation "state" does not exist

2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #148): ../sql/gmDemographics-GIS-views.sql:48: constraint "no_linebreaks" of relation "state" does not exist
2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags message_primary: constraint "no_linebreaks" of relation "state" does not exist
2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity: ERROR
2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity_nonlocalized: ERROR
2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_file: tablecmds.c
2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_function: ATExecDropConstraint
2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_line: 10919
2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags sqlstate: 42704
2021-08-23 19:09:05  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #90): "\set" found: ('ON_ERROR_STOP', '1')
2021-08-23 19:09:05  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #140): cursor data: [[True]]
2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #144):
alter table dem.urb drop constraint no_linebreaks
Traceback (most recent call last):
  File "/var/lib/gnumed/Gnumed/pycommon/gmPsql.py", line 137, in run
    curs.execute(curr_cmd)
  File "/usr/lib/python3/dist-packages/psycopg2/extras.py", line 146, in execute
    return super(DictCursor, self).execute(query, vars)
psycopg2.errors.UndefinedObject: constraint "no_linebreaks" of relation "urb" does not exist

2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #148): ../sql/gmDemographics-GIS-views.sql:76: constraint "no_linebreaks" of relation "urb" does not exist
2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags message_primary: constraint "no_linebreaks" of relation "urb" does not exist
2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity: ERROR
2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity_nonlocalized: ERROR
2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_file: tablecmds.c
2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_function: ATExecDropConstraint
2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_line: 10919
2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags sqlstate: 42704
2021-08-23 19:09:05  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #90): "\set" found: ('ON_ERROR_STOP', '1')
2021-08-23 19:09:05  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #140): cursor data: [[True]]
2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #144):
alter table dem.street drop constraint no_linebreaks
Traceback (most recent call last):
  File "/var/lib/gnumed/Gnumed/pycommon/gmPsql.py", line 137, in run
    curs.execute(curr_cmd)
  File "/usr/lib/python3/dist-packages/psycopg2/extras.py", line 146, in execute
    return super(DictCursor, self).execute(query, vars)
psycopg2.errors.UndefinedObject: constraint "no_linebreaks" of relation "street" does not exist

2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #148): ../sql/gmDemographics-GIS-views.sql:104: constraint "no_linebreaks" of relation "street" does not exist
2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags message_primary: constraint "no_linebreaks" of relation "street" does not exist
2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity: ERROR
2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity_nonlocalized: ERROR
2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_file: tablecmds.c
2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_function: ATExecDropConstraint
2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_line: 10919
2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags sqlstate: 42704
2021-08-23 19:09:05  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #90): "\set" found: ('ON_ERROR_STOP', '1')
2021-08-23 19:09:05  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #140): cursor data: [[True]]
2021-08-23 19:09:05  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #140): cursor data: [[True]]
2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #144):
drop view dem.v_basic_address
Traceback (most recent call last):
  File "/var/lib/gnumed/Gnumed/pycommon/gmPsql.py", line 137, in run
    curs.execute(curr_cmd)
  File "/usr/lib/python3/dist-packages/psycopg2/extras.py", line 146, in execute
    return super(DictCursor, self).execute(query, vars)
psycopg2.errors.UndefinedTable: view "v_basic_address" does not exist

2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #148): ../sql/gmDemographics-GIS-views.sql:177: view "v_basic_address" does not exist
2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags message_primary: view "v_basic_address" does not exist
2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity: ERROR
2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity_nonlocalized: ERROR
2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_file: tablecmds.c
2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_function: DropErrorMsgNonExistent
2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_line: 1214
2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags sqlstate: 42P01
2021-08-23 19:09:05  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #90): "\set" found: ('ON_ERROR_STOP', '1')
2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #144):
DROP function dem.create_urb(text, text, text, text)
Traceback (most recent call last):
  File "/var/lib/gnumed/Gnumed/pycommon/gmPsql.py", line 137, in run
    curs.execute(curr_cmd)
  File "/usr/lib/python3/dist-packages/psycopg2/extras.py", line 146, in execute
    return super(DictCursor, self).execute(query, vars)
psycopg2.errors.UndefinedFunction: function dem.create_urb(text, text, text, text) does not exist

2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #148): ../sql/gmDemographics-GIS-views.sql:213: function dem.create_urb(text, text, text, text) does not exist
2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags message_primary: function dem.create_urb(text, text, text, text) does not exist
2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity: ERROR
2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity_nonlocalized: ERROR
2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_file: parse_func.c
2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_function: LookupFuncWithArgs
2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_line: 2318
2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags sqlstate: 42883
2021-08-23 19:09:05  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #90): "\set" found: ('ON_ERROR_STOP', '1')
2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #144):
DROP function dem.create_street(text, text, text, text, text)
Traceback (most recent call last):
  File "/var/lib/gnumed/Gnumed/pycommon/gmPsql.py", line 137, in run
    curs.execute(curr_cmd)
  File "/usr/lib/python3/dist-packages/psycopg2/extras.py", line 146, in execute
    return super(DictCursor, self).execute(query, vars)
psycopg2.errors.UndefinedFunction: function dem.create_street(text, text, text, text, text) does not exist

2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #148): ../sql/gmDemographics-GIS-views.sql:254: function dem.create_street(text, text, text, text, text) does not exist
2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags message_primary: function dem.create_street(text, text, text, text, text) does not exist
2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity: ERROR
2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity_nonlocalized: ERROR
2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_file: parse_func.c
2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_function: LookupFuncWithArgs
2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_line: 2318
2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags sqlstate: 42883
2021-08-23 19:09:05  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #90): "\set" found: ('ON_ERROR_STOP', '1')
2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #144):
DROP function dem.create_address(text, text, text, text, text, text)
Traceback (most recent call last):
  File "/var/lib/gnumed/Gnumed/pycommon/gmPsql.py", line 137, in run
    curs.execute(curr_cmd)
  File "/usr/lib/python3/dist-packages/psycopg2/extras.py", line 146, in execute
    return super(DictCursor, self).execute(query, vars)
psycopg2.errors.UndefinedFunction: function dem.create_address(text, text, text, text, text, text) does not exist

2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #148): ../sql/gmDemographics-GIS-views.sql:293: function dem.create_address(text, text, text, text, text, text) does not exist
2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags message_primary: function dem.create_address(text, text, text, text, text, text) does not exist
2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity: ERROR
2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity_nonlocalized: ERROR
2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_file: parse_func.c
2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_function: LookupFuncWithArgs
2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_line: 2318
2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags sqlstate: 42883
2021-08-23 19:09:05  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #90): "\set" found: ('ON_ERROR_STOP', '1')
2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #144):
drop view dem.v_zip2street cascade
Traceback (most recent call last):
  File "/var/lib/gnumed/Gnumed/pycommon/gmPsql.py", line 137, in run
    curs.execute(curr_cmd)
  File "/usr/lib/python3/dist-packages/psycopg2/extras.py", line 146, in execute
    return super(DictCursor, self).execute(query, vars)
psycopg2.errors.UndefinedTable: view "v_zip2street" does not exist

2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #148): ../sql/gmDemographics-GIS-views.sql:335: view "v_zip2street" does not exist
2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags message_primary: view "v_zip2street" does not exist
2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity: ERROR
2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity_nonlocalized: ERROR
2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_file: tablecmds.c
2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_function: DropErrorMsgNonExistent
2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_line: 1214
2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags sqlstate: 42P01
2021-08-23 19:09:05  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #90): "\set" found: ('ON_ERROR_STOP', '1')
2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #144):
drop view dem.v_zip2urb
Traceback (most recent call last):
  File "/var/lib/gnumed/Gnumed/pycommon/gmPsql.py", line 137, in run
    curs.execute(curr_cmd)
  File "/usr/lib/python3/dist-packages/psycopg2/extras.py", line 146, in execute
    return super(DictCursor, self).execute(query, vars)
psycopg2.errors.UndefinedTable: view "v_zip2urb" does not exist

2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #148): ../sql/gmDemographics-GIS-views.sql:369: view "v_zip2urb" does not exist
2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags message_primary: view "v_zip2urb" does not exist
2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity: ERROR
2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity_nonlocalized: ERROR
2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_file: tablecmds.c
2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_function: DropErrorMsgNonExistent
2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_line: 1214
2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags sqlstate: 42P01
2021-08-23 19:09:05  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #90): "\set" found: ('ON_ERROR_STOP', '1')
2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #144):
drop view dem.v_uniq_zipped_urbs
Traceback (most recent call last):
  File "/var/lib/gnumed/Gnumed/pycommon/gmPsql.py", line 137, in run
    curs.execute(curr_cmd)
  File "/usr/lib/python3/dist-packages/psycopg2/extras.py", line 146, in execute
    return super(DictCursor, self).execute(query, vars)
psycopg2.errors.UndefinedTable: view "v_uniq_zipped_urbs" does not exist

2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #148): ../sql/gmDemographics-GIS-views.sql:397: view "v_uniq_zipped_urbs" does not exist
2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags message_primary: view "v_uniq_zipped_urbs" does not exist
2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity: ERROR
2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity_nonlocalized: ERROR
2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_file: tablecmds.c
2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_function: DropErrorMsgNonExistent
2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_line: 1214
2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags sqlstate: 42P01
2021-08-23 19:09:05  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #90): "\set" found: ('ON_ERROR_STOP', '1')
2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #144):
drop view dem.v_zip2data
Traceback (most recent call last):
  File "/var/lib/gnumed/Gnumed/pycommon/gmPsql.py", line 137, in run
    curs.execute(curr_cmd)
  File "/usr/lib/python3/dist-packages/psycopg2/extras.py", line 146, in execute
    return super(DictCursor, self).execute(query, vars)
psycopg2.errors.UndefinedTable: view "v_zip2data" does not exist

2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #148): ../sql/gmDemographics-GIS-views.sql:440: view "v_zip2data" does not exist
2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags message_primary: view "v_zip2data" does not exist
2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity: ERROR
2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity_nonlocalized: ERROR
2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_file: tablecmds.c
2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_function: DropErrorMsgNonExistent
2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_line: 1214
2021-08-23 19:09:05  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags sqlstate: 42P01
2021-08-23 19:09:05  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #90): "\set" found: ('ON_ERROR_STOP', '1')
2021-08-23 19:09:05  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #175): session auth after sql file processing: gm-dbo
2021-08-23 19:09:05  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #63): processing [../sql/gmDemographics-GIS-data.sql]
2021-08-23 19:09:05  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #68): session auth: gm-dbo
2021-08-23 19:09:05  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #90): "\set" found: ('ON_ERROR_STOP', '1')
2021-08-23 19:09:05  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #140): cursor data: [['c5f13d876d822988175de407b0b5237c']]
2021-08-23 19:09:05  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #175): session auth after sql file processing: gm-dbo
2021-08-23 19:09:05  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #63): processing [../sql/gmCountryZones.sql]
2021-08-23 19:09:05  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #68): session auth: gm-dbo
2021-08-23 19:09:05  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #90): "\set" found: ('ON_ERROR_STOP', '1')
2021-08-23 19:09:05  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #140): cursor data: [['state/territory/province/region not available']]
2021-08-23 19:09:07  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #140): cursor data: [['c5f13d876d822988175de407b0b5237c']]
2021-08-23 19:09:07  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #175): session auth after sql file processing: gm-dbo
2021-08-23 19:09:07  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #63): processing [../sql/gmDemographics-Org-views.sql]
2021-08-23 19:09:07  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #68): session auth: gm-dbo
2021-08-23 19:09:07  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #175): session auth after sql file processing: gm-dbo
2021-08-23 19:09:07  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #63): processing [../sql/gmDemographics-Grants.sql]
2021-08-23 19:09:07  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #68): session auth: gm-dbo
2021-08-23 19:09:07  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #90): "\set" found: ('ON_ERROR_STOP', '1')
2021-08-23 19:09:07  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #175): session auth after sql file processing: gm-dbo
2021-08-23 19:09:07  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #63): processing [../sql/gmProviderInbox-data.sql]
2021-08-23 19:09:07  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #68): session auth: gm-dbo
2021-08-23 19:09:07  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #90): "\set" found: ('ON_ERROR_STOP', '1')
2021-08-23 19:09:07  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #140): cursor data: [['c5f13d876d822988175de407b0b5237c']]
2021-08-23 19:09:07  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #175): session auth after sql file processing: gm-dbo
2021-08-23 19:09:07  INFO      gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/server/bootstrap/./bootstrap_gm_db_system.py::bootstrap() #1475): bootstrapping bundle [clinical]
2021-08-23 19:09:07  DEBUG     gm.cfg        [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmCfg2.py::get() #398): option [bundle clinical::database alias] found in source [file]
2021-08-23 19:09:07  INFO      gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/server/bootstrap/./bootstrap_gm_db_system.py::__init__() #555): bootstrapping database [core]
2021-08-23 19:09:07  DEBUG     gm.cfg        [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmCfg2.py::get() #398): option [database core::override name by] found in source [file]
2021-08-23 19:09:07  INFO      gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/server/bootstrap/./bootstrap_gm_db_system.py::__init__() #564): environment variable [GM_CORE_DB] is not set, using database name from config file
2021-08-23 19:09:07  DEBUG     gm.cfg        [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmCfg2.py::get() #398): option [database core::name] found in source [file]
2021-08-23 19:09:07  INFO      gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/server/bootstrap/./bootstrap_gm_db_system.py::__init__() #577): database [gnumed_v2] already bootstrapped
2021-08-23 19:09:07  DEBUG     gm.cfg        [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmCfg2.py::get() #398): option [bundle clinical::minimum postgresql version] found in source [file]
2021-08-23 19:09:07  INFO      gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/server/bootstrap/./bootstrap_gm_db_system.py::__verify_pg_version() #1510): minimum required PostgreSQL version: 7.4
2021-08-23 19:09:07  INFO      gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/server/bootstrap/./bootstrap_gm_db_system.py::__verify_pg_version() #1526): installed PostgreSQL version: 13.3 - this is fine with me
2021-08-23 19:09:07  DEBUG     gm.cfg        [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmCfg2.py::get() #398): option [bundle clinical::schema] found in source [file]
2021-08-23 19:09:07  DEBUG     gm.cfg        [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmCfg2.py::get() #398): option [bundle clinical::schema base directory] found in source [file]
2021-08-23 19:09:07  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #63): processing [../sql/gmClin-EMR-Structure-static.sql]
2021-08-23 19:09:07  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #68): session auth: gm-dbo
2021-08-23 19:09:07  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #90): "\set" found: ('ON_ERROR_STOP', '1')
2021-08-23 19:09:07  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #140): cursor data: [['562ab49f8f7173e2bcd384eedae31b52']]
2021-08-23 19:09:07  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #175): session auth after sql file processing: gm-dbo
2021-08-23 19:09:07  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #63): processing [../sql/gmclinical.sql]
2021-08-23 19:09:07  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #68): session auth: gm-dbo
2021-08-23 19:09:07  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #90): "\set" found: ('ON_ERROR_STOP', '1')
2021-08-23 19:09:07  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #140): cursor data: [['13420b46aab364e62d0ab897d9db57da']]
2021-08-23 19:09:07  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #175): session auth after sql file processing: gm-dbo
2021-08-23 19:09:07  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #63): processing [../sql/gmClin-Vaccination-static.sql]
2021-08-23 19:09:07  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #68): session auth: gm-dbo
2021-08-23 19:09:07  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #90): "\set" found: ('ON_ERROR_STOP', '1')
2021-08-23 19:09:07  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #140): cursor data: [['934c099d7813587cd3c809a27ed011ba']]
2021-08-23 19:09:07  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #175): session auth after sql file processing: gm-dbo
2021-08-23 19:09:07  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #63): processing [../sql/gmWaitingList.sql]
2021-08-23 19:09:07  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #68): session auth: gm-dbo
2021-08-23 19:09:07  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #90): "\set" found: ('ON_ERROR_STOP', '1')
2021-08-23 19:09:07  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #140): cursor data: [[True]]
2021-08-23 19:09:07  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #140): cursor data: [['5955b2c2a620f65ba1a76c7b7842289d']]
2021-08-23 19:09:07  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #175): session auth after sql file processing: gm-dbo
2021-08-23 19:09:07  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #63): processing [../sql/gmReviewedStatus-static.sql]
2021-08-23 19:09:07  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #68): session auth: gm-dbo
2021-08-23 19:09:07  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #90): "\set" found: ('ON_ERROR_STOP', '1')
2021-08-23 19:09:07  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #140): cursor data: [['da5aa352eab97093a654402d37e4f8d1']]
2021-08-23 19:09:07  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #175): session auth after sql file processing: gm-dbo
2021-08-23 19:09:07  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #63): processing [../sql/gmReviewedStatus-dynamic.sql]
2021-08-23 19:09:07  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #68): session auth: gm-dbo
2021-08-23 19:09:07  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #90): "\set" found: ('ON_ERROR_STOP', '1')
2021-08-23 19:09:07  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #144):
drop view clin.v_reviewed_items cascade
Traceback (most recent call last):
  File "/var/lib/gnumed/Gnumed/pycommon/gmPsql.py", line 137, in run
    curs.execute(curr_cmd)
  File "/usr/lib/python3/dist-packages/psycopg2/extras.py", line 146, in execute
    return super(DictCursor, self).execute(query, vars)
psycopg2.errors.UndefinedTable: view "v_reviewed_items" does not exist

2021-08-23 19:09:07  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #148): ../sql/gmReviewedStatus-dynamic.sql:36: view "v_reviewed_items" does not exist
2021-08-23 19:09:07  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags message_primary: view "v_reviewed_items" does not exist
2021-08-23 19:09:07  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity: ERROR
2021-08-23 19:09:07  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity_nonlocalized: ERROR
2021-08-23 19:09:07  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_file: tablecmds.c
2021-08-23 19:09:07  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_function: DropErrorMsgNonExistent
2021-08-23 19:09:07  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_line: 1214
2021-08-23 19:09:07  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags sqlstate: 42P01
2021-08-23 19:09:07  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #90): "\set" found: ('ON_ERROR_STOP', '1')
2021-08-23 19:09:07  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #140): cursor data: [['da5aa352eab97093a654402d37e4f8d1']]
2021-08-23 19:09:07  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #175): session auth after sql file processing: gm-dbo
2021-08-23 19:09:07  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #63): processing [../sql/gmMeasurements.sql]
2021-08-23 19:09:07  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #68): session auth: gm-dbo
2021-08-23 19:09:07  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #90): "\set" found: ('ON_ERROR_STOP', '1')
2021-08-23 19:09:08  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #140): cursor data: [[True]]
2021-08-23 19:09:08  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #140): cursor data: [[True]]
2021-08-23 19:09:08  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #140): cursor data: [[True]]
2021-08-23 19:09:08  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #140): cursor data: [[True]]
2021-08-23 19:09:08  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #140): cursor data: [['2d4d3fdb12423ad680e2b8872eb20ac4']]
2021-08-23 19:09:08  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #175): session auth after sql file processing: gm-dbo
2021-08-23 19:09:08  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #63): processing [../sql/gmClin-EMR-Structure-dynamic.sql]
2021-08-23 19:09:08  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #68): session auth: gm-dbo
2021-08-23 19:09:08  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #90): "\set" found: ('ON_ERROR_STOP', '1')
2021-08-23 19:09:08  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #140): cursor data: [[True]]
2021-08-23 19:09:08  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #140): cursor data: [[True]]
2021-08-23 19:09:08  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #144):
alter table clin.health_issue drop constraint issue_name_not_empty
Traceback (most recent call last):
  File "/var/lib/gnumed/Gnumed/pycommon/gmPsql.py", line 137, in run
    curs.execute(curr_cmd)
  File "/usr/lib/python3/dist-packages/psycopg2/extras.py", line 146, in execute
    return super(DictCursor, self).execute(query, vars)
psycopg2.errors.UndefinedObject: constraint "issue_name_not_empty" of relation "health_issue" does not exist

2021-08-23 19:09:08  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #148): ../sql/gmClin-EMR-Structure-dynamic.sql:52: constraint "issue_name_not_empty" of relation "health_issue" does not exist
2021-08-23 19:09:08  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags message_primary: constraint "issue_name_not_empty" of relation "health_issue" does not exist
2021-08-23 19:09:08  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity: ERROR
2021-08-23 19:09:08  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity_nonlocalized: ERROR
2021-08-23 19:09:08  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_file: tablecmds.c
2021-08-23 19:09:08  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_function: ATExecDropConstraint
2021-08-23 19:09:08  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_line: 10919
2021-08-23 19:09:08  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags sqlstate: 42704
2021-08-23 19:09:08  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #90): "\set" found: ('ON_ERROR_STOP', '1')
2021-08-23 19:09:08  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #140): cursor data: [[True]]
2021-08-23 19:09:08  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #144):
alter table clin.episode drop constraint only_standalone_epi_has_patient
Traceback (most recent call last):
  File "/var/lib/gnumed/Gnumed/pycommon/gmPsql.py", line 137, in run
    curs.execute(curr_cmd)
  File "/usr/lib/python3/dist-packages/psycopg2/extras.py", line 146, in execute
    return super(DictCursor, self).execute(query, vars)
psycopg2.errors.UndefinedObject: constraint "only_standalone_epi_has_patient" of relation "episode" does not exist

2021-08-23 19:09:08  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #148): ../sql/gmClin-EMR-Structure-dynamic.sql:81: constraint "only_standalone_epi_has_patient" of relation "episode" does not exist
2021-08-23 19:09:08  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags message_primary: constraint "only_standalone_epi_has_patient" of relation "episode" does not exist
2021-08-23 19:09:08  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity: ERROR
2021-08-23 19:09:08  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity_nonlocalized: ERROR
2021-08-23 19:09:08  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_file: tablecmds.c
2021-08-23 19:09:08  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_function: ATExecDropConstraint
2021-08-23 19:09:08  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_line: 10919
2021-08-23 19:09:08  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags sqlstate: 42704
2021-08-23 19:09:08  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #90): "\set" found: ('ON_ERROR_STOP', '1')
2021-08-23 19:09:08  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #144):
drop function clin.trf_ensure_episode_issue_patient_consistency() cascade
Traceback (most recent call last):
  File "/var/lib/gnumed/Gnumed/pycommon/gmPsql.py", line 137, in run
    curs.execute(curr_cmd)
  File "/usr/lib/python3/dist-packages/psycopg2/extras.py", line 146, in execute
    return super(DictCursor, self).execute(query, vars)
psycopg2.errors.UndefinedFunction: function clin.trf_ensure_episode_issue_patient_consistency() does not exist

2021-08-23 19:09:08  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #148): ../sql/gmClin-EMR-Structure-dynamic.sql:92: function clin.trf_ensure_episode_issue_patient_consistency() does not exist
2021-08-23 19:09:08  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags message_primary: function clin.trf_ensure_episode_issue_patient_consistency() does not exist
2021-08-23 19:09:08  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity: ERROR
2021-08-23 19:09:08  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity_nonlocalized: ERROR
2021-08-23 19:09:08  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_file: parse_func.c
2021-08-23 19:09:08  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_function: LookupFuncWithArgs
2021-08-23 19:09:08  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_line: 2318
2021-08-23 19:09:08  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags sqlstate: 42883
2021-08-23 19:09:08  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #90): "\set" found: ('ON_ERROR_STOP', '1')
2021-08-23 19:09:08  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #144):
drop function clin.f_announce_h_issue_mod() cascade
Traceback (most recent call last):
  File "/var/lib/gnumed/Gnumed/pycommon/gmPsql.py", line 137, in run
    curs.execute(curr_cmd)
  File "/usr/lib/python3/dist-packages/psycopg2/extras.py", line 146, in execute
    return super(DictCursor, self).execute(query, vars)
psycopg2.errors.UndefinedFunction: function clin.f_announce_h_issue_mod() does not exist

2021-08-23 19:09:08  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #148): ../sql/gmClin-EMR-Structure-dynamic.sql:165: function clin.f_announce_h_issue_mod() does not exist
2021-08-23 19:09:08  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags message_primary: function clin.f_announce_h_issue_mod() does not exist
2021-08-23 19:09:08  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity: ERROR
2021-08-23 19:09:08  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity_nonlocalized: ERROR
2021-08-23 19:09:08  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_file: parse_func.c
2021-08-23 19:09:08  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_function: LookupFuncWithArgs
2021-08-23 19:09:08  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_line: 2318
2021-08-23 19:09:08  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags sqlstate: 42883
2021-08-23 19:09:08  DEBUG     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #90): "\set" found: ('ON_ERROR_STOP', '1')
2021-08-23 19:09:08  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #144):
create function clin.f_announce_h_issue_mod() returns opaque as '
declare
patient_id integer;
begin
-- get patient ID
if TG_OP = ''DELETE'' then
patient_id := OLD.id_patient;
else
patient_id := NEW.id_patient;
end if;
execute ''notify "health_issue_change_db:'' || patient_id || ''"'';
return NULL;
end;
' language 'plpgsql'
Traceback (most recent call last):
  File "/var/lib/gnumed/Gnumed/pycommon/gmPsql.py", line 137, in run
    curs.execute(curr_cmd)
  File "/usr/lib/python3/dist-packages/psycopg2/extras.py", line 146, in execute
    return super(DictCursor, self).execute(query, vars)
psycopg2.errors.UndefinedObject: type "opaque" does not exist

2021-08-23 19:09:08  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #148): ../sql/gmClin-EMR-Structure-dynamic.sql:181: type "opaque" does not exist
2021-08-23 19:09:08  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags message_primary: type "opaque" does not exist
2021-08-23 19:09:08  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity: ERROR
2021-08-23 19:09:08  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags severity_nonlocalized: ERROR
2021-08-23 19:09:08  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_file: functioncmds.c
2021-08-23 19:09:08  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_function: compute_return_type
2021-08-23 19:09:08  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags source_line: 131
2021-08-23 19:09:08  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/Gnumed/pycommon/gmPsql.py::run() #156): PG diags sqlstate: 42704
2021-08-23 19:09:08  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/server/bootstrap/./bootstrap_gm_db_system.py::_import_schema() #1659): failure
2021-08-23 19:09:08  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/server/bootstrap/./bootstrap_gm_db_system.py::bootstrap() #1497): Cannot import schema definition for bundle [clinical] into database [core].
2021-08-23 19:09:08  ERROR     gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/server/bootstrap/./bootstrap_gm_db_system.py::exit_with_msg() #1674): Cannot bootstrap bundles.
2021-08-23 19:09:08  INFO      gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/server/bootstrap/./bootstrap_gm_db_system.py::exit_with_msg() #1675): shutdown
2021-08-23 19:09:08  WARNING   gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/server/bootstrap/./bootstrap_gm_db_system.py::<module>() #1888): open connection detected: database.__connect_owner_to_db via database.__connect_superuser_to_db
2021-08-23 19:09:08  WARNING   gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/server/bootstrap/./bootstrap_gm_db_system.py::<module>() #1889): <connection object at 0x7f18a1d4e900; dsn: 'user=postgres password=xxx dbname=gnumed_v2 port=5432 client_encoding=UTF8 application_name=postgres@gnumed_vX fallback_application_name=GNUmed sslmode=prefer', closed: 0>
2021-08-23 19:09:08  WARNING   gm.bootstrapper  [139743787083584 MainThread]  (/var/lib/gnumed/server/bootstrap/./bootstrap_gm_db_system.py::<module>() #1890): closing connection

--
Dr. Santiago José Carbel


reply via email to

[Prev in Thread] Current Thread [Next in Thread]