Manage Your Palworld Dedicated Server on AWS | Day 2 Operations Guide

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024

Комментарии • 7

  • @ScottA-hp3gk
    @ScottA-hp3gk 7 месяцев назад +1

    Thanks for the follow up guide! This is really helpful

  • @gvolnc
    @gvolnc 7 месяцев назад

    Thanks for this video! Works wonderfully!!!

  • @pieteralbertyn5384
    @pieteralbertyn5384 7 месяцев назад +1

    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?

    • @TheSudo
      @TheSudo  7 месяцев назад +1

      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?

  • @chandrajyotidatta3196
    @chandrajyotidatta3196 7 месяцев назад +1

    can we transfer our local saved files to AWS

    • @TheSudo
      @TheSudo  7 месяцев назад

      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.

  • @victorandrade2160
    @victorandrade2160 6 месяцев назад

    Hello, this is compatible with mods? mods that use UE4SS?