Skip to content

Commit

Permalink
Merge pull request #104 from allipatev/refresh-sync-arch-vol-ftp
Browse files Browse the repository at this point in the history
Fix typos in 'Synchronize Archive Volumes via FTP'.
  • Loading branch information
allipatev authored Dec 6, 2024
2 parents a4adfbb + d6de56a commit 898c965
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Environment-Management/synchronize-archive-volumes-via-ftp.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ With this UDF (backup_copy_ftp.sql) written in Python, you can easily synchroniz

## Step 1: Create the UDF

Open the attached file (backup_copy_ftp.sql), created connection objects `BACKUPSYNC_LOCAL_CONN` and `BACKUPSYNC_REMOTE_CONN`, then create the script in the schema of your choice. Within the connection object definitionss, you should adjust values
Open the attached file (backup_copy_ftp.sql), create connection objects `BACKUPSYNC_LOCAL_CONN` and `BACKUPSYNC_REMOTE_CONN`, then create the script in the schema of your choice. Within the connection object definitions you should adjust values

* `SourceArchiveVolumeName`
* `SourceEXAoperationOrConfdUser`
Expand Down Expand Up @@ -69,4 +69,4 @@ If a synchronization attempt fails, you must cleanup the target volume manually

* [backup_copy_ftp.sql](https://github.com/exasol/public-knowledgebase/blob/main/Environment-Management/attachments/backup_copy_ftp.sql)

*We appreciate your input! Share your knowledge by contributing to the Knowledge Base directly in [GitHub](https://github.com/exasol/public-knowledgebase).*
*We appreciate your input! Share your knowledge by contributing to the Knowledge Base directly in [GitHub](https://github.com/exasol/public-knowledgebase).*

0 comments on commit 898c965

Please sign in to comment.