Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8901629
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T01:24:25+00:00 2026-06-15T01:24:25+00:00

If I wanted to call the fsync + lock methods on my database, is

  • 0

If I wanted to call the fsync + lock methods on my database, is there a way to do this with Mongoid in a Rails app? Is there also a way to only specify the replica node that I want to perform this operation on?

I’m trying to create a rake task to perform backups nightly using cron.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T01:24:27+00:00Added an answer on June 15, 2026 at 1:24 am

    Mongoid 2 uses the 10gen supported driver.
    Mongoid::Config.master.connection corresponds to the connection object of class Mongo::MongoClient (was Mongo::Connection).
    This class has an instance method lock! which does the fsyncLock command, and unlock! is its mate.

    http://api.mongodb.org/ruby/current/Mongo/MongoClient.html#lock!-instance_method

    http://api.mongodb.org/ruby/current/Mongo/MongoClient.html#unlock!-instance_method

    There are no options to these methods to specify member/s of a replica set,
    only by socket which is essentially for internal use.
    So if you need to fsyncLock a specific replica set member,
    I recommend that you connect to it explicitly via an explicit connection,
    e.g., Mongo::MongoClient.new(host, port).

    client = Mongo::MongoClient.new(host, port)
    client.lock!
    # ...
    client.unlock!
    client.close
    

    Mongoid 3 uses Moped and not the 10gen driver.
    But you can still use the 10gen driver independently for your rake tasks even if you move to Mongoid 3.

    I’m interested in your results and any followup questions.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have this class file call SMSHelper.cs First I just wanted to know is
Wanted to know if there was a way one could query shelveset details from
A kind of stupid error, but this happened when I wanted to call client
I have this simple question. Previously, when I wanted to call a controller method
I have a background service running and inside this I wanted to call a
I wanted to call Test1() Method Within WaitAndCallFunc() Function. Code: typedef void (*func)(); void
Wanted to know if someone had a suggestion on code or maybe there's a
I wanted to call the following function from OS X's DVDPlayback framework: OSStatus DVDGetMediaVolumeCFName
Hi i wanted to call a C# function through javascript code. For Eg: i
I have a Span in side the Form view. I wanted to call a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.