Madster
Madster
Explore posts from servers
RRailway
Created by Madster on 10/5/2024 in #✋|help
CLI is not pushing seeders data on railway
I have two seeders to input data into my postgres server on railway. When I run the seeders, via CLI, It says they ran with no issues and the migrations finished, but there is no data within the required tables:
PS C:\Users\madis\source\incidents\backend> railway run npx sequelize-cli db:seed:all --seeders-path src/seeders --config src/config/config.js

Sequelize CLI [Node: 18.17.0, CLI: 6.6.2, ORM: 6.37.3]

Loaded configuration file "src\config\config.js".
Using environment "development".
== seed-global-roles: migrating =======
== seed-global-roles: migrated (0.017s)

== seed-permissions: migrating =======
== seed-permissions: migrated (0.002s)
PS C:\Users\madis\source\incidents\backend> railway run npx sequelize-cli db:seed:all --seeders-path src/seeders --config src/config/config.js

Sequelize CLI [Node: 18.17.0, CLI: 6.6.2, ORM: 6.37.3]

Loaded configuration file "src\config\config.js".
Using environment "development".
== seed-global-roles: migrating =======
== seed-global-roles: migrated (0.017s)

== seed-permissions: migrating =======
== seed-permissions: migrated (0.002s)
23 replies
RRailway
Created by Madster on 10/4/2024 in #✋|help
Payment processing issue
I am trying to upgrade my railway. I am using a mastercard that has a blanance that more than covers the cost of the upgrade but it says the card is declined? Does railway not accept mastercard?
4 replies