shuttle-hq / shuttle

Build & ship backends without writing any infrastructure files.
https://shuttle.rs
Apache License 2.0
6.07k stars 251 forks source link

[Bug]: Locally provisioned Postgres version not the same as in deployment. #1072

Closed joshua-mo-143 closed 1 year ago

joshua-mo-143 commented 1 year ago

What happened?

The local Postgres is currently v11 but actually deployed instances use v14: https://github.com/shuttle-hq/shuttle/blob/c0d48b51d457e287bbc0539f8eb174f01cf87882/cargo-shuttle/src/provisioner_server.rs#L332

Should we bump the local Postgres version up to v14? There's been some discussion about this on the Discord already. (I don't mind just doing the changes myself if nobody's available)

Version

v0.20.0

Which operating system(s) are you seeing the problem on?

Linux

Which CPU architectures are you seeing the problem on?

No response

Relevant log output

none

Duplicate declaration

joshua-mo-143 commented 1 year ago

Closed because it's been merged.