Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Large postgres logs #105

Merged
merged 10 commits into from
Oct 3, 2024
Merged

Commits on Sep 24, 2024

  1. support for large Postgres files

    Large Postgres files may pose a challenge for some systems. This change stores the file on disk, compares the filesize with the remote, and adds the local file to the tar. It has error handling to allow a support export to be generated when there are issues with gathering PG logs.
    Philip Hurst committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    461c0ab View commit details
    Browse the repository at this point in the history
  2. fixes for lint errors

    Philip Hurst committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    f9dbf48 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Remove the cat logic for gathering PG logs. Only do streaming.

    Create a unique sudirectory in outputDir (matching the unique timestamp) so that local files are logically separate from other files. Adding messaging and error handling so a user understands.
    Philip Hurst committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    478c36e View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. remove extra call to getRemoteFileSize

    Philip Hurst committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    bb86785 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd07d21 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec94cfa View commit details
    Browse the repository at this point in the history
  4. use the copyFile function rather calling manually

    Philip Hurst committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    87d1296 View commit details
    Browse the repository at this point in the history
  5. added example comment for fileSpecSrc

    Philip Hurst committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    cfe24ff View commit details
    Browse the repository at this point in the history
  6. added coment to copyFile

    Philip Hurst committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    a6539fb View commit details
    Browse the repository at this point in the history
  7. rename ConvertBytes to convertBytes

    Philip Hurst committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    017b571 View commit details
    Browse the repository at this point in the history