Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

1
  • 1
    'copy "%p" "C:\PostgreSQL\16\data\pg_wal\archive_status\%f"' Where on earth did you get that? That is definitely not what you should be doing,. You should be copying the files to someplace outside the data directory. And in general you should read the PostgreSQL documentation, not reading the Oracle documentation and making up things you think might be similar in PostgreSQL. Commented Jan 10, 2024 at 1:12