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

Add RDS permanence clarification #129

Merged
merged 2 commits into from
Jul 4, 2023
Merged

Add RDS permanence clarification #129

merged 2 commits into from
Jul 4, 2023

Conversation

beyarkay
Copy link
Contributor

Another little (and optional) change. I wasn't too sure if shuttle would keep the data stored in a DB across deployments/restarts or if I would need to find something to keep the data permanently. I couldn't find anything that was super explicit about this, but 🌸Rain🌸 (rainofthestorm) on discord helped me out.

Very happy to not include this one-liner if it's mentioned elsewhere in the docs or if those in the know think it's a bit over the top.

beyarkay added 2 commits June 15, 2023 16:54
Another little (and optional) change. I wasn't too sure if shuttle would keep the data stored in a DB across deployments/restarts or if I would need to find something to keep the data permanently. I couldn't find anything that was super explicit about this, but 🌸Rain🌸 (rainofthestorm) on discord helped me out.
@joshua-mo-143
Copy link
Member

Hmmmm, I think if this is a point of confusion then we should probably merge this. Originally the point of the aws-rds support crate was for Shuttle to allow provisioned databases on AWS RDS, but if this isn't clear then it'd be a good idea to clarify. @oddgrd @ivancernja thoughts?

@beyarkay
Copy link
Contributor Author

beyarkay commented Jun 16, 2023

Okay, here's some info to clarify where I was/wasn't confused:

  • I understood that the aws-rds support was backed by AWS RDS
  • I understood that shuttle hibernates idle services if they don't see traffic for a while (link)
  • I wasn't sure how much about a service is preserved when shuttle hibernates a service.
  • I wasn't sure if the RDS instance provisioned by shuttle was the same instance each time a service got restarted/got awoken from hibernation, or if a new instance was provisioned every time the service started/restarted.

@ivancernja
Copy link
Member

@beyarkay Thanks for the clarification. Small change but it'll definitely help others!

@ivancernja ivancernja merged commit d72af45 into shuttle-hq:main Jul 4, 2023
@beyarkay beyarkay deleted the patch-2 branch July 11, 2023 11:16
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