Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Strange Heroku CLI errors / warnings - 'already initialized constant'

I keep getting the following errors every time I run any heroku command from the command line. Any ideas why? I couldn't find anything on this.

Users/monkey/.heroku/plugins/heroku-pg-extras/lib/heroku/client/heroku_postgresql_backups.rb:6: warning: already initialized constant Version

/Users/monkey/.heroku/plugins/heroku-pg-extras/lib/heroku/command/pg_backups.rb:62: warning: already initialized constant MaybeAttachment

like image 999
lacostenycoder Avatar asked Dec 14 '22 16:12

lacostenycoder


1 Answers

Update your plugins with 'heroku plugins:update'

Your pgbackups one is out of date.

like image 55
Jeff Dickey Avatar answered May 08 '23 10:05

Jeff Dickey