FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login
    1. Home
    2. Tags
    3. deployment
    Log in to post
    • All categories
    • W

      Solved Strategies for Migrating from On-Premises FusionAuth to FusionAuth Cloud

      Q&A
      • deployment cloud on-prem • • wesley
      2
      0
      Votes
      2
      Posts
      610
      Views

      W

      There are a few approaches and tools you can consider to streamline this migration process:

      Database Migration Tools:
      Tools like pgloader can help automate the migration of your MySQL database to PostgreSQL. Be aware that direct database migration carries risks. Corrupt or incomplete data may not surface immediately, and issues could arise months later. To mitigate this, test the migration extensively and consider working with third-party experts if needed. API-Driven Migration:
      While using API calls for migration can be time-consuming, it ensures the data integrity FusionAuth requires. Automating this process with scripts and batching requests may help speed up the operation. Terraform for Configuration Migration:
      Terraform can simplify the configuration migration process by treating your infrastructure as code. This approach allows you to standardize and automate the setup of configurations in your new FusionAuth Cloud environment. It’s especially useful for managing tenants, applications, and other configurations consistently.

      Important Note:
      If you choose to use a database migration tool, proceed with caution:

      Verify the migrated data thoroughly to ensure it matches FusionAuth’s schema and expectations. FusionAuth cannot provide support for issues caused by manual database manipulation or corruption.

      Combining API-driven data migration for sensitive information with Terraform for configuration and a reliable database migration tool can significantly reduce the time and effort required for this migration.

    • F

      Unsolved Custom theme deployment between environments

      Q&A
      • theme deployment application api docs • • fred.fred
      2
      0
      Votes
      2
      Posts
      6.7k
      Views

      danD

      @fred-fred said in Custom theme deployment between environments:

      It looks like we can transport with the API using Theme Update Endpoints and sharing environment API keys so one environment can see the next environment to copy the themes over.

      Yes, that's what I'd recommend. You could have different API keys for each environment and have the script that promotes the theme pull the API key from a secrets store. Make sure you limit the API key to the themes endpoint.

      You also might be interested in this post: https://fusionauth.io/community/forum/topic/1306/parameterizing-themes which indicates how you can have the same theme files point to different resources in staging/prod/dev/etc.

    • danD

      Shutting down FusionAuth cloud deployments

      Q&A
      • cloud deployment • • dan
      2
      0
      Votes
      2
      Posts
      1.1k
      Views

      danD

      No, it is more like terminating an EC2 instance. All data is lost.

      If you have user data you'd like to retain, please request a database dump before destroying your deployment.

    • danD

      How do I use FusionAuth in my CI/CD system?

      Q&A
      • ci cd testing deployment • • dan
      3
      0
      Votes
      3
      Posts
      3.3k
      Views

      danD

      You can also use our GitHub action to easily add FusionAuth to a GitHub workflow.

      Here's the action: https://github.com/FusionAuth/fusionauth-github-action

      Here's doc about how to use it: https://fusionauth.io/docs/get-started/run-in-the-cloud/github-actions

    • danD

      Can I run fusionauth airgapped?

      Q&A
      • air gapped deployment • • dan
      2
      0
      Votes
      2
      Posts
      1.7k
      Views

      danD

      Yes. Apart from what is outlined in the system requirements, FusionAuth does not require any network connection to the Internet.

    • danD

      Can I run FusionAuth in Heroku?

      Q&A
      • heroku deployment • • dan
      2
      1
      Votes
      2
      Posts
      1.4k
      Views

      danD

      There is no official support for Heroku at this time. Follow along on this issue (and vote it up if this is important to you) if you'd like to know when such support happens.

      However, there is a community supported project with a "Deploy to Heroku" button. This is provided and tested by a community member.