-
Notifications
You must be signed in to change notification settings - Fork 13
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
Large postgres logs #105
Commits on Sep 24, 2024
-
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 committedSep 24, 2024 Configuration menu - View commit details
-
Copy full SHA for 461c0ab - Browse repository at this point
Copy the full SHA 461c0abView commit details -
Philip Hurst committed
Sep 24, 2024 Configuration menu - View commit details
-
Copy full SHA for f9dbf48 - Browse repository at this point
Copy the full SHA f9dbf48View commit details
Commits on Sep 25, 2024
-
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 committedSep 25, 2024 Configuration menu - View commit details
-
Copy full SHA for 478c36e - Browse repository at this point
Copy the full SHA 478c36eView commit details
Commits on Oct 1, 2024
-
remove extra call to getRemoteFileSize
Philip Hurst committedOct 1, 2024 Configuration menu - View commit details
-
Copy full SHA for bb86785 - Browse repository at this point
Copy the full SHA bb86785View commit details -
refactored getRemoteFileSize to use bashCommand to get the filesize
Philip Hurst committedOct 1, 2024 Configuration menu - View commit details
-
Copy full SHA for bd07d21 - Browse repository at this point
Copy the full SHA bd07d21View commit details -
added copyFile function to cat a file contents to a local file
Philip Hurst committedOct 1, 2024 Configuration menu - View commit details
-
Copy full SHA for ec94cfa - Browse repository at this point
Copy the full SHA ec94cfaView commit details -
use the copyFile function rather calling manually
Philip Hurst committedOct 1, 2024 Configuration menu - View commit details
-
Copy full SHA for 87d1296 - Browse repository at this point
Copy the full SHA 87d1296View commit details -
added example comment for fileSpecSrc
Philip Hurst committedOct 1, 2024 Configuration menu - View commit details
-
Copy full SHA for cfe24ff - Browse repository at this point
Copy the full SHA cfe24ffView commit details -
Philip Hurst committed
Oct 1, 2024 Configuration menu - View commit details
-
Copy full SHA for a6539fb - Browse repository at this point
Copy the full SHA a6539fbView commit details -
rename ConvertBytes to convertBytes
Philip Hurst committedOct 1, 2024 Configuration menu - View commit details
-
Copy full SHA for 017b571 - Browse repository at this point
Copy the full SHA 017b571View commit details