State of S3 Backups in v16

In checking the changes that are coming with version 16, I have noted that the S3 Backup Integration available in v15, is no longer available in the usual location.

version 15.86.0

current develop

Has the integration been refactored to another repo or module, or is it deprecated in version 16?

Hi ,

I’m not sure if I’m looking at what you’re referring to, but here’s what I see in a 15.86:

frappe@ubuntu:~/frappe-bench/apps/frappe/frappe/integrations$ ls doctype
braintree_settings ldap_group_mapping paytm_settings stripe_settings
connected_app ldap_settings push_notification_settings token_cache
dropbox_settings oauth_authorization_code _pycache_ webhook
google_calendar oauth_bearer_token query_parameters webhook_data
google_contacts oauth_client razorpay_settings webhook_header
google_drive oauth_client_role s3_backup_settings webhook_request_log
google_settings oauth_provider_settings slack_webhook_url
_init_.py oauth_scope social_login_key
integration_request paypal_settings social_login_keys

And in a Docker v16 develop:

frappe@09782ac4e79e:~/frappe-bench/apps/frappe/frappe/integrations$ ls doctype/
_init_.py google_settings oauth_provider_settings token_cache
_pycache_ integration_request oauth_scope webhook
connected_app ldap_group_mapping push_notification_settings webhook_data
dropbox_settings ldap_settings query_parameters webhook_header
geolocation_settings oauth_authorization_code s3_backup_settings webhook_request_log
google_calendar oauth_bearer_token slack_webhook_url
google_contacts oauth_client social_login_key
google_drive oauth_client_role social_login_keys

Forgive me if I misunderstand the issue.

It looks like it. I was also getting errors related to the S3 and Drive services. I had to remove them from the dashboard, and then the app loaded normally

Hi @smino ,

Is the listing on develop (v16) from an upgrade from v15?

I checked on the current develop branch: frappe/frappe/integrations/doctype at develop · frappe/frappe · GitHub

Can you at least see the settings?

My Docker instance was set up earlier this year. I did not upgrade from 15 but was able to backup/restore a 15 site to it.

The s3 backup is in the UI from Integrations on the sidebar.

I don’t why it isn’t in the git repo now. My git skills (diff, blame) are not that well developed.

It looks like it’s being split to a different app:

2 Likes