Hi all,
we have a pretty simple (I think!) install of Katello, mongodb and pulp
live on separate disks as per the installation guide, everything is housed
on a single server. Backups configured as
per http://www.katello.org/docs/2.4/user_guide/backup/
For maintenance of the postgres databases, we are running a vacuum as part
of the backup script. Over time we've noticed things slow down in the GUI,
and I'm wondering if we need to perform any maintenance on the mongodb
database? What are you all doing to achieve this? I think possibly a
compact (https://docs.mongodb.com/manual/reference/command/compact/) might
be in order, but I'm no database admin so I'm not sure if this is the right
thing to do or not.
What are you all doing?
Thanks!
Dylan
And a followup question, auth is configured in /etc/mongod.conf - but what
is the user/pass to administer mongodb that I imagine the katello installer
configures?
Thanks 
Dylan
> From: "Dylan Baars" <baarsd@gmail.com>
> To: "Foreman users" <foreman-users@googlegroups.com>
> Sent: Sunday, May 22, 2016 11:00:19 PM
> Subject: [foreman-users] Re: mongo database maintenance?
>
> And a followup question, auth is configured in /etc/mongod.conf - but what
> is the user/pass to administer mongodb that I imagine the katello installer
> configures?
>
> Thanks 
> Dylan
Auth shouldn't be on in anything except nightlies on rhel 7, it was just merged
a couple of days ago. The config in any other case is noauth=true.
···
----- Original Message -----
–
You received this message because you are subscribed to the Google Groups
"Foreman users" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to foreman-users+unsubscribe@googlegroups.com.
To post to this group, send email to foreman-users@googlegroups.com.
Visit this group at https://groups.google.com/group/foreman-users.
For more options, visit https://groups.google.com/d/optout.
> From: "Stephen Benjamin" <stephen@redhat.com>
> To: foreman-users@googlegroups.com
> Sent: Monday, May 23, 2016 7:23:13 AM
> Subject: Re: [foreman-users] Re: mongo database maintenance?
>
>
>
> > From: "Dylan Baars" <baarsd@gmail.com>
> > To: "Foreman users" <foreman-users@googlegroups.com>
> > Sent: Sunday, May 22, 2016 11:00:19 PM
> > Subject: [foreman-users] Re: mongo database maintenance?
> >
> > And a followup question, auth is configured in /etc/mongod.conf - but what
> > is the user/pass to administer mongodb that I imagine the katello installer
> > configures?
> >
> > Thanks 
> > Dylan
>
> Auth shouldn't be on in anything except nightlies on rhel 7, it was just
> merged
> a couple of days ago. The config in any other case is noauth=true.
>
Oh, and if you're on nightly, you can get the db username/password from /etc/pulp/server.conf.
···
----- Original Message -----
> ----- Original Message -----
–
You received this message because you are subscribed to the Google Groups
"Foreman users" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to foreman-users+unsubscribe@googlegroups.com.
To post to this group, send email to foreman-users@googlegroups.com.
Visit this group at https://groups.google.com/group/foreman-users.
For more options, visit https://groups.google.com/d/optout.
–
You received this message because you are subscribed to the Google Groups
"Foreman users" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to foreman-users+unsubscribe@googlegroups.com.
To post to this group, send email to foreman-users@googlegroups.com.
Visit this group at https://groups.google.com/group/foreman-users.
For more options, visit https://groups.google.com/d/optout.
Morning Stephen!
I'm not on nightly, I'm running centos7 and am on the 3.0RC release repo
AFAIK -
Here's the katello repo in katello.repo
[katello]
name=Katello 3.0
baseurl=https://fedorapeople.org/groups/katello/releases/yum/3.0/katello/el7/$basearch/
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-katello
enabled=1
gpgcheck=0
priority=1
The user/pass in /etc/pulp/server.conf got me going - thanks!
Dylan