Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
353 views
in Technique[技术] by (71.8m points)

postgresql - Running rails test creates two new databases [SOLVED]

When I run rails test, it creates two new test database in Postgres - example_test-0 and example_test-1, apart from the example_test database that already existed. This only happens when I just started using postgres.app on my mac, it never occured to me when I was using homebrew's postgres all this while. Why does that happen and how do I prevent that?

Ps: I decided switched to using postgres.app because I needed to use specifically Postgres 12, with both TimescaleDB and PostGIS extensions enabled and homebrew's postgres is giving me a headache on achieving that.

question from:https://stackoverflow.com/questions/66057324/running-rails-test-creates-two-new-databases-solved

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...