zodern / meteor-up

Production Quality Meteor Deployment to Anywhere
http://meteor-up.com/
MIT License
1.27k stars 281 forks source link

Apps working locally but on server after (until verify step) #945

Open ghost opened 6 years ago

ghost commented 6 years ago

Mup version (1.4.4):

Mup config

{
  "servers": {
    "one": {
      "host": "1.2.3.4",
      "username": "kan",
      "pem": "~/.ssh/pem",
      "opts": {
        "port": 444
      }
    }
  },
  "app": {
    "name": "my-app",
    "path": "../",
    "servers": {
      "one": {}
    },
    "buildOptions": {
      "serverOnly": true
    },
    "env": {
      "ROOT_URL": "http://subdomain.host.com",
      "MONGO_URL": "mongodb://mongodb:27017/my-app",
      "MONGO_OPLOG_URL": "mongodb://mongodb/local"
    },
    "docker": {
      "image": "abernix/meteord:node-8.4.0-base",
      "args": [
        "--link=mongodb:mongodb"
      ]
    },
    "enableUploadProgressBar": true,
    "type": "meteor"
  },
  "mongo": {
    "version": "3.4.1",
    "servers": {
      "one": {}
    }
  }
}

Here the output of when i run mup log screen shot 2018-05-14 at 1 05 44

I have raised the same issue to anothe forum, but it look like that related more on mup. https://github.com/VulcanJS/Vulcan-Starter/issues/59

zodern commented 6 years ago

@kankando does mup status show any problems?

ghost commented 6 years ago

Thx @zodern for looking into. let me try to deploy it from scratch again and get the mup status

ghost commented 6 years ago

@zodern here the mup status output

` => Servers : Ubuntu 16.04

=> Docker Status : 18.05.0-ce Running

=> Meteor Status : running Created at 2018-05-14T13:48:02.522641109Z Restarted 0 times ENV:

=> Mongo Status running on server xxxxxxxxx Restarted 0 times Running since 2018-05-14T13:29:03.695304606Z Version: 3.4.1 Connections: 5 Storage Engine: wiredTiger `