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

Upgrade auto_backup from v17 to v18 #280

Open
wants to merge 1 commit into
base: 18.0
Choose a base branch
from
Open

Conversation

renelhs
Copy link

@renelhs renelhs commented Dec 12, 2024

No description provided.

@renelhs
Copy link
Author

renelhs commented Dec 12, 2024

  • Important: SFTP was not tested.

@renelhs
Copy link
Author

renelhs commented Dec 12, 2024

@Yenthe666, can you please review this? Thanks.


# Columns for local server configuration
host = fields.Char('Host', required=True, default='localhost')
port = fields.Char('Port', required=True, default=8069)
name = fields.Char('Database', required=True, help='Database you want to schedule backups for',
db_name = fields.Char('Database', required=True, help='Database you want to schedule backups for',
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd rather not change field names for compatibility between versions honestly :)

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Yenthe666 You're right, I change back the to the previous naming

@Yenthe666
Copy link
Owner

Besides of the field name change it looks good to me :) I'd rather not change that because upgrading the app would mean data loss between any lower version and this one then. Most people aren't very experienced in this so I'd like to keep the field name the same.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants