Ruby on rails migration from Sqlite to Postgresql: Taps “server” function throwing error












0















I am trying to migrate my existing sqlite 3 db to Postgresql in rails using the Taps gem. However, I constantly get an error when I try and run the 'taps server' command.



I have tried changing the version of rack to 1.0.1 as well as rvm installing ruby 2.0.0 as I read that that could also be a reason why its not working.



Database.yml:



development:
adapter: postgresql
encoding: unicode
database: ottom8_development
pool: 5
username: gbade
password:

test:
adapter: postgresql
encoding: unicode
database: ottom8_test
pool: 5
username: gbade
password:

production:
adapter: postgresql
encoding: unicode
database: ottom8_production
pool: 5
username: gbade
password:


When I use this command in the terminal,



$ taps server sqlite://db/development.sqlite3 gbade cucumber


I get this error



/Users/gbade/.rvm/gems/ruby-2.4.1/gems/sequel- 
3.20.0/lib/sequel/database/schema_generator.rb:19: warning: constant
::Fixnum is deprecated
/Users/gbade/.rvm/gems/ruby-2.4.1/gems/sequel-
3.20.0/lib/sequel/database/schema_generator.rb:19: warning: constant
::Bignum is deprecated
/Users/gbade/.rvm/rubies/ruby-2.4.1/lib/ruby/site_ruby/2.4.0/rubygems/core_ext/kernel_require.rb:133:in `require': cannot load such file -- rack/showexceptions (LoadError)
from /Users/gbade/.rvm/rubies/ruby-2.4.1/lib/ruby/site_ruby/2.4.0/rubygems/core_ext/kernel_require.rb:133:in `rescue in require'
from /Users/gbade/.rvm/rubies/ruby-2.4.1/lib/ruby/site_ruby/2.4.0/rubygems/core_ext/kernel_require.rb:40:in `require'
from /Users/gbade/.rvm/gems/ruby-2.4.1/gems/sinatra-1.0/lib/sinatra/showexceptions.rb:1:in `<top (required)>'
from /Users/gbade/.rvm/rubies/ruby-2.4.1/lib/ruby/site_ruby/2.4.0/rubygems/core_ext/kernel_require.rb:55:in `require'
from /Users/gbade/.rvm/rubies/ruby-2.4.1/lib/ruby/site_ruby/2.4.0/rubygems/core_ext/kernel_require.rb:55:in `require'
from /Users/gbade/.rvm/gems/ruby-2.4.1/gems/sinatra-1.0/lib/sinatra/base.rb:6:in `<top (required)>'
from /Users/gbade/.rvm/rubies/ruby-2.4.1/lib/ruby/site_ruby/2.4.0/rubygems/core_ext/kernel_require.rb:68:in `require'
from /Users/gbade/.rvm/rubies/ruby-2.4.1/lib/ruby/site_ruby/2.4.0/rubygems/core_ext/kernel_require.rb:68:in `require'
from /Users/gbade/.rvm/gems/ruby-2.4.1/gems/taps-0.3.24/lib/taps/server.rb:1:in `<top (required)>'
from /Users/gbade/.rvm/rubies/ruby-2.4.1/lib/ruby/site_ruby/2.4.0/rubygems/core_ext/kernel_require.rb:68:in `require'
from /Users/gbade/.rvm/rubies/ruby-2.4.1/lib/ruby/site_ruby/2.4.0/rubygems/core_ext/kernel_require.rb:68:in `require'
from /Users/gbade/.rvm/gems/ruby-2.4.1/gems/taps-0.3.24/lib/taps/cli.rb:61:in `server'
from /Users/gbade/.rvm/gems/ruby-2.4.1/gems/taps-0.3.24/lib/taps/cli.rb:27:in `run'
from /Users/gbade/.rvm/gems/ruby-2.4.1/gems/taps-0.3.24/bin/taps:6:in `<top (required)>'
from /Users/gbade/.rvm/gems/ruby-2.4.1/bin/taps:23:in `load'
from /Users/gbade/.rvm/gems/ruby-2.4.1/bin/taps:23:in `<main>'
from /Users/gbade/.rvm/gems/ruby-2.4.1/bin/ruby_executable_hooks:15:in `eval'
from /Users/gbade/.rvm/gems/ruby-2.4.1/bin/ruby_executable_hooks:15:in `<main>'









share|improve this question



























    0















    I am trying to migrate my existing sqlite 3 db to Postgresql in rails using the Taps gem. However, I constantly get an error when I try and run the 'taps server' command.



    I have tried changing the version of rack to 1.0.1 as well as rvm installing ruby 2.0.0 as I read that that could also be a reason why its not working.



    Database.yml:



    development:
    adapter: postgresql
    encoding: unicode
    database: ottom8_development
    pool: 5
    username: gbade
    password:

    test:
    adapter: postgresql
    encoding: unicode
    database: ottom8_test
    pool: 5
    username: gbade
    password:

    production:
    adapter: postgresql
    encoding: unicode
    database: ottom8_production
    pool: 5
    username: gbade
    password:


    When I use this command in the terminal,



    $ taps server sqlite://db/development.sqlite3 gbade cucumber


    I get this error



    /Users/gbade/.rvm/gems/ruby-2.4.1/gems/sequel- 
    3.20.0/lib/sequel/database/schema_generator.rb:19: warning: constant
    ::Fixnum is deprecated
    /Users/gbade/.rvm/gems/ruby-2.4.1/gems/sequel-
    3.20.0/lib/sequel/database/schema_generator.rb:19: warning: constant
    ::Bignum is deprecated
    /Users/gbade/.rvm/rubies/ruby-2.4.1/lib/ruby/site_ruby/2.4.0/rubygems/core_ext/kernel_require.rb:133:in `require': cannot load such file -- rack/showexceptions (LoadError)
    from /Users/gbade/.rvm/rubies/ruby-2.4.1/lib/ruby/site_ruby/2.4.0/rubygems/core_ext/kernel_require.rb:133:in `rescue in require'
    from /Users/gbade/.rvm/rubies/ruby-2.4.1/lib/ruby/site_ruby/2.4.0/rubygems/core_ext/kernel_require.rb:40:in `require'
    from /Users/gbade/.rvm/gems/ruby-2.4.1/gems/sinatra-1.0/lib/sinatra/showexceptions.rb:1:in `<top (required)>'
    from /Users/gbade/.rvm/rubies/ruby-2.4.1/lib/ruby/site_ruby/2.4.0/rubygems/core_ext/kernel_require.rb:55:in `require'
    from /Users/gbade/.rvm/rubies/ruby-2.4.1/lib/ruby/site_ruby/2.4.0/rubygems/core_ext/kernel_require.rb:55:in `require'
    from /Users/gbade/.rvm/gems/ruby-2.4.1/gems/sinatra-1.0/lib/sinatra/base.rb:6:in `<top (required)>'
    from /Users/gbade/.rvm/rubies/ruby-2.4.1/lib/ruby/site_ruby/2.4.0/rubygems/core_ext/kernel_require.rb:68:in `require'
    from /Users/gbade/.rvm/rubies/ruby-2.4.1/lib/ruby/site_ruby/2.4.0/rubygems/core_ext/kernel_require.rb:68:in `require'
    from /Users/gbade/.rvm/gems/ruby-2.4.1/gems/taps-0.3.24/lib/taps/server.rb:1:in `<top (required)>'
    from /Users/gbade/.rvm/rubies/ruby-2.4.1/lib/ruby/site_ruby/2.4.0/rubygems/core_ext/kernel_require.rb:68:in `require'
    from /Users/gbade/.rvm/rubies/ruby-2.4.1/lib/ruby/site_ruby/2.4.0/rubygems/core_ext/kernel_require.rb:68:in `require'
    from /Users/gbade/.rvm/gems/ruby-2.4.1/gems/taps-0.3.24/lib/taps/cli.rb:61:in `server'
    from /Users/gbade/.rvm/gems/ruby-2.4.1/gems/taps-0.3.24/lib/taps/cli.rb:27:in `run'
    from /Users/gbade/.rvm/gems/ruby-2.4.1/gems/taps-0.3.24/bin/taps:6:in `<top (required)>'
    from /Users/gbade/.rvm/gems/ruby-2.4.1/bin/taps:23:in `load'
    from /Users/gbade/.rvm/gems/ruby-2.4.1/bin/taps:23:in `<main>'
    from /Users/gbade/.rvm/gems/ruby-2.4.1/bin/ruby_executable_hooks:15:in `eval'
    from /Users/gbade/.rvm/gems/ruby-2.4.1/bin/ruby_executable_hooks:15:in `<main>'









    share|improve this question

























      0












      0








      0








      I am trying to migrate my existing sqlite 3 db to Postgresql in rails using the Taps gem. However, I constantly get an error when I try and run the 'taps server' command.



      I have tried changing the version of rack to 1.0.1 as well as rvm installing ruby 2.0.0 as I read that that could also be a reason why its not working.



      Database.yml:



      development:
      adapter: postgresql
      encoding: unicode
      database: ottom8_development
      pool: 5
      username: gbade
      password:

      test:
      adapter: postgresql
      encoding: unicode
      database: ottom8_test
      pool: 5
      username: gbade
      password:

      production:
      adapter: postgresql
      encoding: unicode
      database: ottom8_production
      pool: 5
      username: gbade
      password:


      When I use this command in the terminal,



      $ taps server sqlite://db/development.sqlite3 gbade cucumber


      I get this error



      /Users/gbade/.rvm/gems/ruby-2.4.1/gems/sequel- 
      3.20.0/lib/sequel/database/schema_generator.rb:19: warning: constant
      ::Fixnum is deprecated
      /Users/gbade/.rvm/gems/ruby-2.4.1/gems/sequel-
      3.20.0/lib/sequel/database/schema_generator.rb:19: warning: constant
      ::Bignum is deprecated
      /Users/gbade/.rvm/rubies/ruby-2.4.1/lib/ruby/site_ruby/2.4.0/rubygems/core_ext/kernel_require.rb:133:in `require': cannot load such file -- rack/showexceptions (LoadError)
      from /Users/gbade/.rvm/rubies/ruby-2.4.1/lib/ruby/site_ruby/2.4.0/rubygems/core_ext/kernel_require.rb:133:in `rescue in require'
      from /Users/gbade/.rvm/rubies/ruby-2.4.1/lib/ruby/site_ruby/2.4.0/rubygems/core_ext/kernel_require.rb:40:in `require'
      from /Users/gbade/.rvm/gems/ruby-2.4.1/gems/sinatra-1.0/lib/sinatra/showexceptions.rb:1:in `<top (required)>'
      from /Users/gbade/.rvm/rubies/ruby-2.4.1/lib/ruby/site_ruby/2.4.0/rubygems/core_ext/kernel_require.rb:55:in `require'
      from /Users/gbade/.rvm/rubies/ruby-2.4.1/lib/ruby/site_ruby/2.4.0/rubygems/core_ext/kernel_require.rb:55:in `require'
      from /Users/gbade/.rvm/gems/ruby-2.4.1/gems/sinatra-1.0/lib/sinatra/base.rb:6:in `<top (required)>'
      from /Users/gbade/.rvm/rubies/ruby-2.4.1/lib/ruby/site_ruby/2.4.0/rubygems/core_ext/kernel_require.rb:68:in `require'
      from /Users/gbade/.rvm/rubies/ruby-2.4.1/lib/ruby/site_ruby/2.4.0/rubygems/core_ext/kernel_require.rb:68:in `require'
      from /Users/gbade/.rvm/gems/ruby-2.4.1/gems/taps-0.3.24/lib/taps/server.rb:1:in `<top (required)>'
      from /Users/gbade/.rvm/rubies/ruby-2.4.1/lib/ruby/site_ruby/2.4.0/rubygems/core_ext/kernel_require.rb:68:in `require'
      from /Users/gbade/.rvm/rubies/ruby-2.4.1/lib/ruby/site_ruby/2.4.0/rubygems/core_ext/kernel_require.rb:68:in `require'
      from /Users/gbade/.rvm/gems/ruby-2.4.1/gems/taps-0.3.24/lib/taps/cli.rb:61:in `server'
      from /Users/gbade/.rvm/gems/ruby-2.4.1/gems/taps-0.3.24/lib/taps/cli.rb:27:in `run'
      from /Users/gbade/.rvm/gems/ruby-2.4.1/gems/taps-0.3.24/bin/taps:6:in `<top (required)>'
      from /Users/gbade/.rvm/gems/ruby-2.4.1/bin/taps:23:in `load'
      from /Users/gbade/.rvm/gems/ruby-2.4.1/bin/taps:23:in `<main>'
      from /Users/gbade/.rvm/gems/ruby-2.4.1/bin/ruby_executable_hooks:15:in `eval'
      from /Users/gbade/.rvm/gems/ruby-2.4.1/bin/ruby_executable_hooks:15:in `<main>'









      share|improve this question














      I am trying to migrate my existing sqlite 3 db to Postgresql in rails using the Taps gem. However, I constantly get an error when I try and run the 'taps server' command.



      I have tried changing the version of rack to 1.0.1 as well as rvm installing ruby 2.0.0 as I read that that could also be a reason why its not working.



      Database.yml:



      development:
      adapter: postgresql
      encoding: unicode
      database: ottom8_development
      pool: 5
      username: gbade
      password:

      test:
      adapter: postgresql
      encoding: unicode
      database: ottom8_test
      pool: 5
      username: gbade
      password:

      production:
      adapter: postgresql
      encoding: unicode
      database: ottom8_production
      pool: 5
      username: gbade
      password:


      When I use this command in the terminal,



      $ taps server sqlite://db/development.sqlite3 gbade cucumber


      I get this error



      /Users/gbade/.rvm/gems/ruby-2.4.1/gems/sequel- 
      3.20.0/lib/sequel/database/schema_generator.rb:19: warning: constant
      ::Fixnum is deprecated
      /Users/gbade/.rvm/gems/ruby-2.4.1/gems/sequel-
      3.20.0/lib/sequel/database/schema_generator.rb:19: warning: constant
      ::Bignum is deprecated
      /Users/gbade/.rvm/rubies/ruby-2.4.1/lib/ruby/site_ruby/2.4.0/rubygems/core_ext/kernel_require.rb:133:in `require': cannot load such file -- rack/showexceptions (LoadError)
      from /Users/gbade/.rvm/rubies/ruby-2.4.1/lib/ruby/site_ruby/2.4.0/rubygems/core_ext/kernel_require.rb:133:in `rescue in require'
      from /Users/gbade/.rvm/rubies/ruby-2.4.1/lib/ruby/site_ruby/2.4.0/rubygems/core_ext/kernel_require.rb:40:in `require'
      from /Users/gbade/.rvm/gems/ruby-2.4.1/gems/sinatra-1.0/lib/sinatra/showexceptions.rb:1:in `<top (required)>'
      from /Users/gbade/.rvm/rubies/ruby-2.4.1/lib/ruby/site_ruby/2.4.0/rubygems/core_ext/kernel_require.rb:55:in `require'
      from /Users/gbade/.rvm/rubies/ruby-2.4.1/lib/ruby/site_ruby/2.4.0/rubygems/core_ext/kernel_require.rb:55:in `require'
      from /Users/gbade/.rvm/gems/ruby-2.4.1/gems/sinatra-1.0/lib/sinatra/base.rb:6:in `<top (required)>'
      from /Users/gbade/.rvm/rubies/ruby-2.4.1/lib/ruby/site_ruby/2.4.0/rubygems/core_ext/kernel_require.rb:68:in `require'
      from /Users/gbade/.rvm/rubies/ruby-2.4.1/lib/ruby/site_ruby/2.4.0/rubygems/core_ext/kernel_require.rb:68:in `require'
      from /Users/gbade/.rvm/gems/ruby-2.4.1/gems/taps-0.3.24/lib/taps/server.rb:1:in `<top (required)>'
      from /Users/gbade/.rvm/rubies/ruby-2.4.1/lib/ruby/site_ruby/2.4.0/rubygems/core_ext/kernel_require.rb:68:in `require'
      from /Users/gbade/.rvm/rubies/ruby-2.4.1/lib/ruby/site_ruby/2.4.0/rubygems/core_ext/kernel_require.rb:68:in `require'
      from /Users/gbade/.rvm/gems/ruby-2.4.1/gems/taps-0.3.24/lib/taps/cli.rb:61:in `server'
      from /Users/gbade/.rvm/gems/ruby-2.4.1/gems/taps-0.3.24/lib/taps/cli.rb:27:in `run'
      from /Users/gbade/.rvm/gems/ruby-2.4.1/gems/taps-0.3.24/bin/taps:6:in `<top (required)>'
      from /Users/gbade/.rvm/gems/ruby-2.4.1/bin/taps:23:in `load'
      from /Users/gbade/.rvm/gems/ruby-2.4.1/bin/taps:23:in `<main>'
      from /Users/gbade/.rvm/gems/ruby-2.4.1/bin/ruby_executable_hooks:15:in `eval'
      from /Users/gbade/.rvm/gems/ruby-2.4.1/bin/ruby_executable_hooks:15:in `<main>'






      postgresql sqlite3 rubygems ruby-on-rails-5 database-migration






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Jan 2 at 1:02









      Werner AdewoleWerner Adewole

      267




      267
























          0






          active

          oldest

          votes











          Your Answer






          StackExchange.ifUsing("editor", function () {
          StackExchange.using("externalEditor", function () {
          StackExchange.using("snippets", function () {
          StackExchange.snippets.init();
          });
          });
          }, "code-snippets");

          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "1"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f54000170%2fruby-on-rails-migration-from-sqlite-to-postgresql-taps-server-function-throwi%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes
















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Stack Overflow!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f54000170%2fruby-on-rails-migration-from-sqlite-to-postgresql-taps-server-function-throwi%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Can a sorcerer learn a 5th-level spell early by creating spell slots using the Font of Magic feature?

          Does disintegrating a polymorphed enemy still kill it after the 2018 errata?

          A Topological Invariant for $pi_3(U(n))$