Hello. I have the server up and running for 2 days now with these params included in the main.tf: enable_s3_backups = true create_backup_s3_bucket = true backup_interval_cron_expression = "*/5 * * * *" s3_bucket_backup_retention = 7 force_destroy = true backup_s3_bucket_arn = "" backup_s3_bucket_name = "" I checked the palworld-backups s3 bucket and it is empty. Is there something I'm missing or are those params perhaps incorrect?
Those params are correct. Can you open a github issue and provide the contents of your main.tf and the contents of the /palworld-server/palworld_backup_log.log file on your server?
Yes. You can use the SCP method to move the files to the proper location or you can use the terraform module inputs for restore_from_backup and follow the instructions in the README.md and relevant example.
Thanks for the follow up guide! This is really helpful
Thanks for this video! Works wonderfully!!!
I can't seem to get my custom dedicated server to show up on AWS after using Terraform init and terraform apply.
Hello. I have the server up and running for 2 days now with these params included in the main.tf:
enable_s3_backups = true
create_backup_s3_bucket = true
backup_interval_cron_expression = "*/5 * * * *"
s3_bucket_backup_retention = 7
force_destroy = true
backup_s3_bucket_arn = ""
backup_s3_bucket_name = ""
I checked the palworld-backups s3 bucket and it is empty. Is there something I'm missing or are those params perhaps incorrect?
Those params are correct. Can you open a github issue and provide the contents of your main.tf and the contents of the /palworld-server/palworld_backup_log.log file on your server?
Hello, this is compatible with mods? mods that use UE4SS?
can we transfer our local saved files to AWS
Yes. You can use the SCP method to move the files to the proper location or you can use the terraform module inputs for restore_from_backup and follow the instructions in the README.md and relevant example.