Closed gowtham500 closed 3 years ago
Well, actually your point 3. should be the intended state. The tables on the remote servers should all be empty if you're using the remote mode, the tables are always created because it's the same extension being used for repository server, remote server or local mode.
If you have snapshot performed on the remote servers (and thus data in the powa tables), that's probably because you added powa in shared_preload_libraries
on the remote server(s) and didn't deactivate local collection (setting powa_frequency = -1
) on the remote server(s).
For the record, you don't need to have powa in shared_preload_libraries anymore since powa 4 if you're using the remote mode.
Got it. Thanks for quick reply and very clear explanation.
Hello team,
Versions - Remote server
powa-4.1.2 PostgreSQL 12
Versions - Central Repository
powa-4.1.2 powa-collector powa-collector.py version 1.1.1 PostgreSQL 13
Environment:
Requirement
Store less on each remote server and store more on repository server
Questions